fix: moved API healthcheck to docker-compose to override base image defaults and force port 5005.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user