diff --git a/compose.yaml b/compose.yaml index 7cb5f1a..6a190b5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -63,7 +63,8 @@ services: - host.docker.internal:host-gateway depends_on: postgres: - condition: service_healthy + condition: service_started + restart: true healthcheck: test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8080/health/live || exit 1"] interval: 30s