add(tasks.md): add tasks.md stack

This commit is contained in:
cnphpbb 2025-02-11 16:39:49 +08:00
parent ba48df205c
commit 819a9d59a3
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,2 @@
IMAGE_TAG=baldissaramatheus/tasks.md:2.5.4
Volumes_Path=/data/volumes/tasks.md

View File

@ -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