diff --git a/docker-compose.yml b/docker-compose.yml index f73fd6d..d1d7956 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 "