up(memos): update command
This commit is contained in:
parent
3ebb4beb21
commit
7ac1c5b317
6
memos/env-184.cnf
Normal file
6
memos/env-184.cnf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
DB_DRIVER=postgres
|
||||||
|
DB_USER=postgres
|
||||||
|
DB_PASSWORD=Kevin0412PgSql
|
||||||
|
DB_DATANAME=memos-db
|
||||||
|
DB_HOST=192.168.100.184
|
||||||
|
DB_POST=5432
|
@ -1,9 +1,6 @@
|
|||||||
IMAGE_TAG=neosmemo/memos:0.23.0
|
|
||||||
Volumes_Path=/data/volumes/memos
|
|
||||||
DB_DRIVER=postgres
|
DB_DRIVER=postgres
|
||||||
DB_USER=postgres
|
DB_USER=postgres
|
||||||
DB_PASSWORD=Kevin0412PgSql
|
DB_PASSWORD=Kevin0412PgSql
|
||||||
DB_DATANAME=memos-db
|
DB_DATANAME=memos-db
|
||||||
#DB_HOST=192.168.100.184
|
|
||||||
DB_HOST=192.168.10.61
|
DB_HOST=192.168.10.61
|
||||||
DB_POST=5432
|
DB_POST=5432
|
7
memos/env-lkc.cnf
Normal file
7
memos/env-lkc.cnf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DB_DRIVER=postgres
|
||||||
|
DB_USER=postgres
|
||||||
|
DB_PASSWORD=Kevin0412PgSql
|
||||||
|
DB_DATANAME=memos-db
|
||||||
|
#DB_HOST=192.168.100.184
|
||||||
|
DB_HOST=10.0.96.2
|
||||||
|
DB_POST=5432
|
@ -1,9 +1,2 @@
|
|||||||
IMAGE_TAG=neosmemo/memos:0.24.0
|
IMAGE_TAG=eosmemo/memos:0.24.0
|
||||||
Volumes_Path=/data/volumes/memos
|
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_HOST=10.0.96.2
|
|
||||||
DB_POST=5432
|
|
@ -1,6 +1,7 @@
|
|||||||
# path:: mkdir -pv /data/volumes/memos/data
|
# path:: mkdir -pv /data/volumes/memos/data
|
||||||
# run:: docker compose -p memos --env-file ./memos/env.cfg -f ./memos/prod.stack.yml up -d
|
# run-61:: docker compose -p memos --env-file ./memos/env.cfg --env-file ./memos/env-61.cnf -f ./memos/prod.stack.yml up -d
|
||||||
# run:: docker compose -p memos --env-file ./memos/env-61.cnf -f ./memos/prod.stack.yml up -d
|
# run-184:: docker compose -p memos --env-file ./memos/env.cfg --env-file ./memos/env-184.cnf -f ./memos/prod.stack.yml up -d
|
||||||
|
# run-lkc:: docker compose -p memos --env-file ./memos/env.cfg --env-file ./memos/env-lkc.cnf -f ./memos/prod.stack.yml up -d
|
||||||
|
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
|
@ -9,9 +9,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
volumes:
|
volumes:
|
||||||
- ${Volumes_Path}/tasks:/tasks
|
- ${Volumes_Path}/tasks:/tasks
|
||||||
- ${Volumes_Path}/config:/config
|
- ${Volumes_Path}/config:/config
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 5480:8080
|
- 5480:8080
|
Loading…
x
Reference in New Issue
Block a user