mirror of https://github.com/MISP/misp-docker
Fix healthcheck with user-set base url
parent
57ce60ab66
commit
9929290c89
|
@ -67,7 +67,7 @@ services:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -ks https://localhost/users/heartbeat > /dev/null || exit 1
|
test: curl -ks ${BASE_URL:-https://localhost}/users/heartbeat > /dev/null || exit 1
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 1s
|
timeout: 1s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in New Issue