forked from DevOps/deploy.stack
feat(memos): add pgsql sidecar and unify db port
- Add PostgreSQL container to local and prod stacks with healthcheck - Change external DB port from 5432 to 15432 in all env configs - Rename env-lkc.cnf to db-lkc.cnf for consistency - Add db-local.cnf for local PostgreSQL deployment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DB_DRIVER=postgres
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=Kevin0412PgSql
|
||||
DB_DATANAME=memos-db
|
||||
DB_HOST=10.0.74.3
|
||||
DB_POST=15432
|
||||
Reference in New Issue
Block a user