mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
20 lines
326 B
YAML
20 lines
326 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
image: comfyui:1
|
|
build: .
|
|
|
|
ports:
|
|
- "8188:8188"
|
|
environment:
|
|
- CLI_ARGS=--listen --port 8188
|
|
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
device_ids: ["0"]
|
|
capabilities: [gpu]
|