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 8968113 commit 26bbd0bCopy full SHA for 26bbd0b
docker-compose.staging.yml
@@ -37,6 +37,10 @@ services:
37
dockerfile: ./compose/local/postgres/Dockerfile
38
# Share the local Postgres image with the staging configuration.
39
# Production uses an external Postgres service.
40
+ command: >
41
+ postgres
42
+ -c max_connections=300
43
+ -c shared_preload_libraries=pg_stat_statements
44
volumes:
45
- ami_local_postgres_data:/var/lib/postgresql/data
46
- ./data/db/snapshots:/backups
0 commit comments