modify(memos): modify env name

This commit is contained in:
GengY
2024-03-05 08:51:53 +08:00
parent 6f9563d772
commit beecaa6b22
3 changed files with 28 additions and 14 deletions

8
memos/env.cfg Normal file
View File

@@ -0,0 +1,8 @@
IMAGE_TAG=neosmemo/memos:0.20.0
Volumes_Path=/data/volumes/memos
DB_DRIVER=postgres
DB_USER=postgres
DB_PASSWORD=Kevin0412PgSql
DB_DATANAME=memos-db
DB_HOST=192.168.100.184
DB_POST=5432