forked from DevOps/deploy.stack
c55d90040c
- 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
7 lines
122 B
INI
7 lines
122 B
INI
DB_DRIVER=postgres
|
|
DB_USER=postgres
|
|
DB_PASSWORD=Kevin0412PgSql
|
|
DB_DATANAME=memos-db
|
|
DB_HOST=192.168.100.184
|
|
DB_POST=15432
|