name: comfy-ui services: alexanders-comfy-ui: container_name: comfyui environment: NVIDIA_VISIBLE_DEVICES: all image: git.ct.hinrichs.dev/alexander/docker-comfyui:latest ports: - target: 8188 published: "8188" protocol: tcp restart: unless-stopped runtime: nvidia volumes: - type: bind source: /DATA/AppData/$AppID/models target: /app/ComfyUI/models - type: bind source: /DATA/AppData/$AppID/output target: /app/ComfyUI/output - type: bind source: /DATA/AppData/$AppID/settings target: /app/ComfyUI/user/default - type: bind source: /DATA/AppData/$AppID/comfyui/flows target: /app/ComfyUI/user/default/workflows network_mode: bridge x-casaos: author: Alexander Hinrichs category: AI main: alexanders-comfyui icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png index: / port_map: "8188" scheme: http title: en_us: ComfyUI