mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
[ENV-2] Wire .env file into docker-compose for Nano Banana
This commit is contained in:
parent
49037e49b9
commit
7e70f2d3b0
@ -6,14 +6,15 @@ services:
|
||||
container_name: comfyui
|
||||
ports:
|
||||
- "8188:8188"
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
ipc: host
|
||||
# Temporarily disabled for testing without GPU
|
||||
# deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
# devices:
|
||||
# - driver: nvidia
|
||||
# count: all
|
||||
# capabilities: [gpu]
|
||||
# ipc: host
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user