forked from toolshed/coopcloud.tech
Revert "Drop healthcheck for now"
This reverts commit b0875c1858f081de624e9d15ab441534f4715537.
This commit is contained in:
parent
adb393529a
commit
e20a39b946
@ -6,6 +6,12 @@ services:
|
|||||||
image: "decentral1se/cloud.autonomic.zone:latest"
|
image: "decentral1se/cloud.autonomic.zone:latest"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:8000"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 10
|
||||||
|
start_period: 15s
|
||||||
deploy:
|
deploy:
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user