testing first app in AppStore with different settings

This commit is contained in:
2025-07-18 19:07:17 +02:00
parent 929457f553
commit 0088bbb633

View File

@@ -1,10 +1,10 @@
name: comfy-ui name: comfy-ui
services: services:
alexanders-comfy-ui: comfyui:
container_name: comfyui container_name: comfyui
environment: environment:
NVIDIA_VISIBLE_DEVICES: all NVIDIA_VISIBLE_DEVICES: all
image: git.ct.hinrichs.dev/alexander/docker-comfyui:latest image: git.ct.hinrichs.dev/alexander/docker-comfyui:cc7be9fe9a784ac993a0da06243889af75e95707
ports: ports:
- target: 8188 - target: 8188
published: "8188" published: "8188"
@@ -25,13 +25,18 @@ services:
source: /DATA/AppData/$AppID/comfyui/flows source: /DATA/AppData/$AppID/comfyui/flows
target: /app/ComfyUI/user/default/workflows target: /app/ComfyUI/user/default/workflows
network_mode: bridge network_mode: bridge
x-casaos:
ports:
- container: "8188"
description:
en_us: WebUI HTTP Port
x-casaos: x-casaos:
architectures: architectures:
- amd64 - amd64
- arm64 - arm64
author: Alexander Hinrichs author: Alexander Hinrichs
category: AI category: Generative AI
main: alexanders-comfyui main: comfyui
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
index: / index: /
port_map: "8188" port_map: "8188"