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