1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 18:44:42 +00:00
Files
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