Skip to content

Commit

Permalink
feat: simplified and added compatibility with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Nov 19, 2024
1 parent 697d985 commit 9f41231
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
version: "3.8"

services:
comfyui:
image: timpietruskyblibla/runpod-worker-comfy:dev
container_name: comfyui-worker
comfyui-worker:
image: timpietruskyblibla/runpod-worker-comfy:latest-flux1-schnell
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
environment:
- NVIDIA_VISIBLE_DEVICES=all
- SERVE_API_LOCALLY=true
ports:
- "8000:8000"
- "8188:8188"
runtime: nvidia
volumes:
- ./data/comfyui/output:/comfyui/output
- ./data/runpod-volume:/runpod-volume

0 comments on commit 9f41231

Please sign in to comment.