forked from DevOps/deploy.stack
up(momos)ï¼: add env by 61
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
# 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:: docker compose -p memos --env-file ./memos/env-61.cfg -f ./memos/prod.stack.yml up -d
|
||||
|
||||
services:
|
||||
memos:
|
||||
image: ${IMAGE_TAG}
|
||||
volumes:
|
||||
- ${Volumes_Path}/data:/var/opt/memos
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- '5230:5230'
|
||||
container_name: memos
|
||||
|
||||
Reference in New Issue
Block a user