diff --git a/tasks.md/env.yml b/tasks.md/env.yml index e69de29..98b0b3b 100644 --- a/tasks.md/env.yml +++ b/tasks.md/env.yml @@ -0,0 +1,2 @@ +IMAGE_TAG=baldissaramatheus/tasks.md:2.5.4 +Volumes_Path=/data/volumes/tasks.md \ No newline at end of file diff --git a/tasks.md/stack.yml b/tasks.md/stack.yml index e69de29..dffcc2c 100644 --- a/tasks.md/stack.yml +++ b/tasks.md/stack.yml @@ -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 \ No newline at end of file