Add Tasks.MD
This commit is contained in:
parent
ad8d5b4d07
commit
755f57bdaf
|
@ -6,7 +6,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "tasks-md",
|
"id": "tasks-md",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"categories": ["development"],
|
"categories": ["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.",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
tasks-md:
|
tasks-md:
|
||||||
container_name: tasks-md
|
container_name: tasks-md
|
||||||
image: baldissaramatheus/tasks.md:1.2.1
|
image: baldissaramatheus/tasks.md:1.3.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user