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:
2026-06-19 16:26:55 +08:00
parent 9c08233d4e
commit c55d90040c
7 changed files with 83 additions and 18 deletions
+6
View File
@@ -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