chore: update tasks-md to 2.3.2

This commit is contained in:
Nicolas Meienberger 2024-02-25 12:03:25 +01:00
parent ae1e9767ea
commit b11e1b9c3e
2 changed files with 7 additions and 8 deletions

View File

@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "tasks-md",
"tipi_version": 6,
"version": "1.10.1",
"categories": [
"development"
],
"tipi_version": 7,
"version": "2.3.2",
"categories": ["development"],
"description": "A self-hosted, file based task management board that supports Markdown syntax",
"short_desc": "A self-hosted, file based task management board.",
"author": "BaldissaraMatheus",

View File

@ -1,13 +1,14 @@
version: "3"
version: '3'
services:
tasks-md:
container_name: tasks-md
image: baldissaramatheus/tasks.md:1.10.1
image: baldissaramatheus/tasks.md:2.3.2
ports:
- ${APP_PORT}:8080
volumes:
- ${APP_DATA_DIR}/data/files:/api/files/
- ${APP_DATA_DIR}/data/files:/tasks/
- ${APP_DATA_DIR}/data/config:/config/
- ${APP_DATA_DIR}/data/stylesheets:/usr/share/nginx/html/stylesheets/
environment:
- TITLE="${TASKS_MD_TITLE}"