healthcheck non nécessaire
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user