Fixes: 1) Update healthcheck URL path in docker-compose.yml to correct endpoint.
Extra: N/A;
This commit is contained in:
parent
a8d5969198
commit
ad41718d09
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "curl -f http://localhost:8000/health || exit 1" ]
|
test: [ "CMD-SHELL", "curl -f http://localhost:8000/health/ || exit 1" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue