2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 02:07:12 +08:00
Files
templates/gatus/docker-compose.yml
2026-01-31 02:59:45 +08:00

20 lines
427 B
YAML

services:
gatus:
image: twinproduction/gatus:v5.34.0
ports:
- ${GATUS_PORT_HTTP}:8080
volumes:
- ./config:/config
- ./data:/data/
healthcheck:
test: [ "CMD-SHELL", "wget -qO- http://localhost:8080/health || exit 1" ]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
networks:
- acepanel-network
networks:
acepanel-network:
external: true