Skip to content

Commit 9f41231

Browse files
committed
feat: simplified and added compatibility with Windows
1 parent 697d985 commit 9f41231

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docker-compose.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
version: "3.8"
2-
31
services:
4-
comfyui:
5-
image: timpietruskyblibla/runpod-worker-comfy:dev
6-
container_name: comfyui-worker
2+
comfyui-worker:
3+
image: timpietruskyblibla/runpod-worker-comfy:latest-flux1-schnell
4+
deploy:
5+
resources:
6+
reservations:
7+
devices:
8+
- driver: nvidia
9+
count: all
10+
capabilities: [gpu]
711
environment:
8-
- NVIDIA_VISIBLE_DEVICES=all
912
- SERVE_API_LOCALLY=true
1013
ports:
1114
- "8000:8000"
1215
- "8188:8188"
13-
runtime: nvidia
1416
volumes:
1517
- ./data/comfyui/output:/comfyui/output
1618
- ./data/runpod-volume:/runpod-volume

0 commit comments

Comments
 (0)