fix: checking health with wget

This commit is contained in:
Nicolas H 2024-07-17 23:19:14 +02:00
parent e67364be87
commit 1a0aaa7916
Signed by: administrateur
GPG Key ID: 6F1745736DC187CC
1 changed files with 1 additions and 1 deletions

View File

@ -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