mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 14:37:15 +08:00
17 lines
396 B
YAML
17 lines
396 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
comfyui:
|
|
build: .
|
|
container_name: comfyui-worker-min
|
|
environment:
|
|
- NVIDIA_VISIBLE_DEVICES=all
|
|
- SERVE_API_LOCALLY=true
|
|
ports:
|
|
- "8000:8000"
|
|
- "8188:8188"
|
|
runtime: nvidia
|
|
volumes:
|
|
- /home/minkhant/Documents/BrookAI/AI_MODELS/output:/comfyui/output
|
|
- /home/minkhant/Documents/BrookAI/AI_MODELS:/runpod-volume
|