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