changes
This commit is contained in:
parent
b572dfe002
commit
132073ca19
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user