Healthcheck hinzugefügt
This commit is contained in:
+7
-1
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user