fix: update API URL paths in environment and health check scripts

This commit is contained in:
2025-11-01 14:18:25 -05:00
parent db908dc9ab
commit f1a7087779
5 changed files with 9 additions and 9 deletions

View File

@@ -181,7 +181,7 @@ services:
entrypoint: ["/entrypoint.sh"]
command: ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload", "--log-level", "info"]
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8000/health || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost:8000/api/health || exit 1"]
interval: 15s
timeout: 5s
retries: 5