gatus status page

This commit is contained in:
eneller
2025-10-07 12:22:49 +00:00
parent ff621405e3
commit fdf9effb9f
2 changed files with 7 additions and 5 deletions

View File

@@ -4,8 +4,10 @@ services:
ports:
- 50000:8080
volumes:
- type: bind
source: './config.yaml'
target: /config/config.yaml
- ./config:/config
- ./data:/data
environment:
- GATUS_CONFIG_PATH=/config
container_name: gatus
image: twinproduction/gatus
restart: always

View File

@@ -4,7 +4,7 @@ services:
image: gitea/act_runner:latest
env_file:
- .env
#volumes:
volumes:
- /var/run/docker.sock:/var/run/docker.sock # needed to create a separate docker container for each job
#- ./config.yaml:/config.yaml
#- ./data:/data
#- /var/run/docker.sock:/var/run/docker.sock # needed to create a separate docker container for each job