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.
2 parents 4bbcdd8 + e53bb98 commit 9a16166Copy full SHA for 9a16166
docker/compose.yaml
@@ -28,6 +28,8 @@ services:
28
- pg_db=$BAG3D_PG_DATABASE
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
+ environment:
32
+ PGDATA: /var/lib/postgresql/data/pgdata
33
healthcheck:
34
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER}"]
35
interval: 3s
0 commit comments