From de21abedc7401847778510d17eca00e0ea0a0605 Mon Sep 17 00:00:00 2001 From: Alexander Hinrichs Date: Wed, 26 Nov 2025 18:44:21 +0100 Subject: [PATCH] Update docker compose files of all projects --- Apps/comfyui/docker-compose.yml | 10 +++++++++- Apps/gitea-runner/docker-compose.yml | 10 +++++++++- Apps/tududi/docker-compose.yml | 12 ++++++++++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/Apps/comfyui/docker-compose.yml b/Apps/comfyui/docker-compose.yml index e3bffc1..367ea90 100644 --- a/Apps/comfyui/docker-compose.yml +++ b/Apps/comfyui/docker-compose.yml @@ -34,9 +34,17 @@ x-casaos: architectures: - amd64 - arm64 + main: comfyui author: Alexander Hinrichs category: Generative AI - main: comfyui + developer: comfyanonymous + description: + en_us: A powerful and modular Stable Diffusion GUI with a graph/nodes + interface. Design and execute advanced AI image generation workflows + with support for SD1.x, SD2.x, SDXL, and various other models. + Requires NVIDIA GPU for optimal performance. + tagline: + en_us: Node-based interface for Stable Diffusion workflows icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png index: / port_map: "8188" diff --git a/Apps/gitea-runner/docker-compose.yml b/Apps/gitea-runner/docker-compose.yml index 1d0f502..ffc21c4 100644 --- a/Apps/gitea-runner/docker-compose.yml +++ b/Apps/gitea-runner/docker-compose.yml @@ -7,7 +7,7 @@ services: - GITEA_INSTANCE_URL=https://GITEA_INSTANCE_URL_GOES_HERE - GITEA_RUNNER_NAME=runner-01 - GITEA_RUNNER_REGISTRATION_TOKEN=GITEA_TOKEN - image: docker.io/gitea/act_runner:latest + image: docker.io/gitea/act_runner:0.2.13 labels: icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png restart: unless-stopped @@ -26,8 +26,16 @@ x-casaos: architectures: - amd64 - arm64 + main: runner author: Alexander Hinrichs category: Development + developer: Gitea + description: + en_us: A lightweight CI/CD runner for Gitea Actions, compatible with + GitHub Actions workflows. Enables automated build, test, and + deployment pipelines for your self-hosted Git repositories. + tagline: + en_us: Self-hosted CI/CD runner for Gitea Actions icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png index: / store_app_id: gitea-runner diff --git a/Apps/tududi/docker-compose.yml b/Apps/tududi/docker-compose.yml index 8c3d1e8..dc04c86 100644 --- a/Apps/tududi/docker-compose.yml +++ b/Apps/tududi/docker-compose.yml @@ -2,7 +2,7 @@ name: alxndrhi-tududi services: tududi: container_name: alxndrhi-tududi - image: chrisvel/tududi:latest + image: chrisvel/tududi:0.86.1 ports: - target: 3002 published: "3002" @@ -25,9 +25,17 @@ x-casaos: architectures: - amd64 - arm64 + main: tududi author: Alexander Hinrichs category: Project Management - main: tududi + 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"