diff --git a/docker-compose.yml b/docker-compose.yml index 4a045a14..0949f4d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -577,10 +577,11 @@ services: expose: - 5432 healthcheck: - test: ["CMD-SHELL", "pg_isready -U audiomuse"] - interval: 2s - timeout: 5s - retries: 10 + test: ["CMD-SHELL", "pg_isready -U audiomuse -d audiomusedb"] + interval: 10s + retries: 5 + start_period: 30s + timeout: 10s image: postgres:15-alpine profiles: ["rinoa-apps"] restart: unless-stopped