This commit is contained in:
Bryson Shepard 2025-05-18 01:20:45 -05:00
parent b572dfe002
commit 132073ca19

View File

@ -18,9 +18,9 @@ services:
depends_on:
- db
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/health"]
interval: 10s
timeout: 5s
test: ["CMD", "curl", "-f", "http://127.0.0.1:5000/health"]
interval: 30s
timeout: 10s
retries: 5
command: >
bash -c "