add(tasks.md): add tasks.md stack
This commit is contained in:
parent
ba48df205c
commit
819a9d59a3
@ -0,0 +1,2 @@
|
|||||||
|
IMAGE_TAG=baldissaramatheus/tasks.md:2.5.4
|
||||||
|
Volumes_Path=/data/volumes/tasks.md
|
@ -0,0 +1,17 @@
|
|||||||
|
# path:: mkdir -pv /data/volumes/tasks.md/{tasks config}
|
||||||
|
# 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:
|
||||||
|
tasks.md:
|
||||||
|
image: ${IMAGE_TAG}
|
||||||
|
container_name: tasks.md
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- ${Volumes_Path}/tasks:/tasks
|
||||||
|
- ${Volumes_Path}/config:/config
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 5480:8080
|
Loading…
x
Reference in New Issue
Block a user