diff --git a/compose.yaml b/compose.yaml index 65f47da..26d1ada 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,11 +8,6 @@ services: POSTGRES_DB: ${COMPOSE_PROJECT_NAME} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!} POSTGRES_USER: ${COMPOSE_PROJECT_NAME} - healthcheck: - test: ["CMD", "pg_isready", "-d", "${COMPOSE_PROJECT_NAME}", "-U", "${COMPOSE_PROJECT_NAME}"] - timeout: 5s - retries: 5 - start_period: 20s volumes: - database_data:/var/lib/postgresql/data:rw - ./pgsql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d