diff --git a/docker-compose.yaml b/docker-compose.yaml index e2a4491..47af178 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,7 +10,7 @@ services: container_name: postgres_db restart: always healthcheck: - test: [ "CMD-SHELL", "pg_isready", "-d", "db_prod" ] + test: [ "CMD-SHELL", "pg_isready", "-d", "${POSTGRES_DB}" ] interval: 30s timeout: 60s retries: 5