chore: update tasks-md to 2.3.2
This commit is contained in:
parent
ae1e9767ea
commit
b11e1b9c3e
|
@ -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",
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user