feat(projects): automate project infrastructure provisioning
Generic Container CI/CD / test-build-publish (push) Successful in 1m13s
Server CI/CD v2 / build-test-publish-and-deploy (push) Successful in 1m13s

This commit is contained in:
2026-09-11 10:57:51 +08:00
parent 10a7a66a41
commit 90b02057bc
38 changed files with 2345 additions and 189 deletions
+12
View File
@@ -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: