Fixes: 1) Update healthcheck URL path in docker-compose.yml to correct endpoint.

Extra: N/A;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 14:55:13 +03:00
parent a8d5969198
commit ad41718d09

View file

@ -26,7 +26,7 @@ services:
condition: service_healthy
logging: *default-logging
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
timeout: 10s
retries: 5