We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c112 commit 363f963Copy full SHA for 363f963
docker/compose.yaml
@@ -29,7 +29,7 @@ services:
29
command: ["-c", "shared_buffers=8GB", "-c", "max_connections=200", "-c", "work_mem=30MB", "-c", "logging_collector=on", "-c", "log_statement=all", "-c", "log_directory=/var/log/postgresql/"]
30
container_name: bag3d-data-postgresql-${BAG3D_DOCKER_IMAGE_TAG}
31
healthcheck:
32
- test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER} -p {BAG3D_PG_PORT_ON_HOST}"]
+ test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER} -p 5432"]
33
interval: 3s
34
retries: 20
35
shm_size: '1gb'
0 commit comments