fix: moved API healthcheck to docker-compose to override base image defaults and force port 5005.

This commit is contained in:
Scott Idem
2026-03-12 02:53:13 -04:00
parent f636c021bc
commit 1d7200639c

View File

@@ -122,6 +122,12 @@ services:
networks:
- default
- shared
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5005/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
env_file:
- ./.env
extra_hosts: