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
+1 -1
View File
@@ -3,4 +3,4 @@ DB_USER=postgres
DB_PASSWORD=Kevin0412PgSql
DB_DATANAME=memos-db
DB_HOST=192.168.100.184
DB_POST=5432
DB_POST=15432