Healthcheck hinzugefügt

This commit is contained in:
2025-12-29 12:59:01 +01:00
parent 54156b890c
commit d2dd72ddae
+7 -1
View File
@@ -11,7 +11,13 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
environment:
- DOZZLE_REMOTE_AGENT=192.168.178.215:9007 #,192.168.178.200:8081
- DOZZLE_REMOTE_AGENT=192.168.178.215:9007,192.168.178.200:7007
ports:
- 9889:8080
healthcheck:
test: ["CMD", "/dozzle", "healthcheck"]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
networks: {}