mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Gatus Ready
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Gatus
|
||||
services:
|
||||
gatus:
|
||||
image: ${GATUS_IMAGE:-twinproduction/gatus:latest}
|
||||
restart: ${GATUS_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${CONFIG_PATH:-/data/config.yml}:/config/config.yaml
|
||||
- ${VOL_PATH:-/data}/gatus:/config/data
|
||||
environment:
|
||||
- TZ=${TZ:-America/Vancouver}
|
||||
ports:
|
||||
- ${GATUS_PORT:-8080}:8080
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user