mirror of https://github.com/MISP/misp-docker
Disable health-check until a safe heartbeat endpoint is available
parent
8aaec5d836
commit
b6aaed52c7
|
@ -62,13 +62,14 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
# this is now disabled until we have a heartbeat endpoint with no side effects
|
||||||
test: curl -ks https://localhost/users/login > /dev/null || exit 1
|
# healthcheck:
|
||||||
interval: 2s
|
# test: curl -ks https://localhost/users/login > /dev/null || exit 1
|
||||||
timeout: 1s
|
# interval: 2s
|
||||||
retries: 3
|
# timeout: 1s
|
||||||
start_period: 30s
|
# retries: 3
|
||||||
start_interval: 30s
|
# start_period: 30s
|
||||||
|
# start_interval: 30s
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Reference in New Issue