fix: checking health with wget
This commit is contained in:
parent
e67364be87
commit
1a0aaa7916
|
@ -73,7 +73,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'curl', '-f', 'http://localhost:5678']
|
test: ['CMD', 'wget', '--spider', 'http://127.0.0.1:5678']
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
Loading…
Reference in New Issue