Healthcheck hinzugefügt
This commit is contained in:
+7
-1
@@ -11,7 +11,13 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
environment:
|
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:
|
ports:
|
||||||
- 9889:8080
|
- 9889:8080
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "/dozzle", "healthcheck"]
|
||||||
|
interval: 3s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 5
|
||||||
|
start_period: 30s
|
||||||
networks: {}
|
networks: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user