add more confs and stuff

This commit is contained in:
2026-07-16 19:16:40 +02:00
parent 22e08de759
commit d70dd8d601
20 changed files with 831 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
gatus:
image: twinproduction/gatus:stable
container_name: gatus
volumes:
- ./data:/data
- ./config.yaml:/config/config.yaml:ro
restart: always
ports:
- "3002:8080"