mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
21 lines
397 B
YAML
21 lines
397 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
comfyui:
|
|
user: "1000:1000"
|
|
build: .
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: 1
|
|
capabilities: [gpu]
|
|
ports:
|
|
- "8188:8188"
|
|
volumes:
|
|
- "./models:/app/models"
|
|
- "./input:/app/input"
|
|
- "./temp:/app/output/temp"
|
|
- "./output:/app/output"
|