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, "available": true,
"exposable": true, "exposable": true,
"id": "tasks-md", "id": "tasks-md",
"tipi_version": 6, "tipi_version": 7,
"version": "1.10.1", "version": "2.3.2",
"categories": [ "categories": ["development"],
"development"
],
"description": "A self-hosted, file based task management board that supports Markdown syntax", "description": "A self-hosted, file based task management board that supports Markdown syntax",
"short_desc": "A self-hosted, file based task management board.", "short_desc": "A self-hosted, file based task management board.",
"author": "BaldissaraMatheus", "author": "BaldissaraMatheus",

View File

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