20 lines
320 B
YAML
20 lines
320 B
YAML
services:
|
|
gatus:
|
|
image: twinproduction/gatus
|
|
container_name: gatus
|
|
ports:
|
|
- 53195:8080
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/data
|
|
labels:
|
|
- "diun.enable=true"
|
|
restart: always
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|
|
minio:
|
|
external: true
|