feat(projects): automate project infrastructure provisioning
This commit is contained in:
@@ -106,6 +106,18 @@ services:
|
||||
POSTGRES_DB: ${POSTGIS_DB_NAME}
|
||||
POSTGRES_USER: ${POSTGIS_USER}
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD_SHARED}
|
||||
command:
|
||||
- postgres
|
||||
- -c
|
||||
- wal_level=logical
|
||||
- -c
|
||||
- max_worker_processes=32
|
||||
- -c
|
||||
- max_logical_replication_workers=24
|
||||
- -c
|
||||
- max_replication_slots=24
|
||||
- -c
|
||||
- max_wal_senders=24
|
||||
ports:
|
||||
- "${POSTGIS_PORT}:5432"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user