fix: remove headplane healtcheck (always false negative)
This commit is contained in:
@@ -62,12 +62,6 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
healthcheck:
|
|
||||||
test: [ "CMD", "/bin/hp_healthcheck" ]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
start_period: 5s
|
|
||||||
retries: 3
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
headplane-data:
|
headplane-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user