gatus/.examples/docker-compose-multiple-config-files/docker-compose.yml

10 lines
192 B
YAML

version: "3.8"
services:
gatus:
image: twinproduction/gatus:latest
ports:
- "8080:8080"
environment:
- GATUS_CONFIG_PATH=/config
volumes:
- ./config:/config