Initial Commit to test if this version works with CasaOS
This commit is contained in:
52
Apps/comfyui/docker-compose.yml
Normal file
52
Apps/comfyui/docker-compose.yml
Normal file
@@ -0,0 +1,52 @@
|
||||
name: comfyui
|
||||
services:
|
||||
comfyui:
|
||||
cpu_shares: 90
|
||||
command: []
|
||||
container_name: comfyui
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 64056M
|
||||
environment:
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
image: git.ct.hinrichs.dev/alexander/docker-comfyui:latest
|
||||
labels:
|
||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
|
||||
ports:
|
||||
- target: 8188
|
||||
published: "8188"
|
||||
protocol: tcp
|
||||
restart: unless-stopped
|
||||
runtime: nvidia
|
||||
stdin_open: true
|
||||
tty: true
|
||||
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
|
||||
devices: []
|
||||
cap_add: []
|
||||
network_mode: bridge
|
||||
privileged: false
|
||||
x-casaos:
|
||||
author: self
|
||||
category: self
|
||||
hostname: ""
|
||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
|
||||
index: /
|
||||
is_uncontrolled: false
|
||||
port_map: "8188"
|
||||
scheme: http
|
||||
store_app_id: alxndrhi-comfyui
|
||||
title:
|
||||
en_us: comfyui
|
||||
Reference in New Issue
Block a user