45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
name: alxndrhi-tududi
|
|
services:
|
|
tududi:
|
|
container_name: alxndrhi-tududi
|
|
image: chrisvel/tududi:0.86.1
|
|
ports:
|
|
- target: 3002
|
|
published: "3002"
|
|
protocol: tcp
|
|
restart: unless-stopped
|
|
volumes:
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/db
|
|
target: /app/backend/db
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/uploads
|
|
target: /app/backend/uploads
|
|
network_mode: bridge
|
|
x-casaos:
|
|
ports:
|
|
- container: "3002"
|
|
description:
|
|
en_us: Web UI HTTP Port
|
|
x-casaos:
|
|
architectures:
|
|
- amd64
|
|
- arm64
|
|
main: tududi
|
|
author: Alexander Hinrichs
|
|
category: Project Management
|
|
developer: chrisvel
|
|
description:
|
|
en_us: A minimalist, open-source project management and task tracking
|
|
tool. Organize projects, manage tasks with priorities and deadlines,
|
|
and collaborate with teams through a clean, distraction-free
|
|
interface. Supports file attachments and activity tracking.
|
|
tagline:
|
|
en_us: Simple and elegant project management tool
|
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/tududi/icon.jpeg
|
|
index: /
|
|
port_map: "3002"
|
|
scheme: http
|
|
title:
|
|
en_us: Tududi
|