Add Docker-Compose.yml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
comfyui:
|
||||
build: .
|
||||
container_name: ai-comfyui
|
||||
ports:
|
||||
- 8188:8188
|
||||
restart: always
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
|
||||
Reference in New Issue
Block a user