server/docker/gatus/compose.yml

21 lines
320 B
YAML
Raw Permalink Normal View History

2024-12-29 13:41:13 +01:00
services:
gatus:
image: twinproduction/gatus
container_name: gatus
ports:
- 53195:8080
volumes:
- ./config:/config
- ./data:/data
labels:
- "diun.enable=true"
restart: always
2024-12-29 14:14:54 +01:00
networks:
- proxy
networks:
proxy:
external: true
minio:
external: true