mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 01:52:59 +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
|
container_name: comfyui
|
||||||
ports:
|
ports:
|
||||||
- "8188:8188"
|
- "8188:8188"
|
||||||
deploy:
|
# Temporarily disabled for testing without GPU
|
||||||
resources:
|
# deploy:
|
||||||
reservations:
|
# resources:
|
||||||
devices:
|
# reservations:
|
||||||
- driver: nvidia
|
# devices:
|
||||||
count: all
|
# - driver: nvidia
|
||||||
capabilities: [gpu]
|
# count: all
|
||||||
ipc: host
|
# capabilities: [gpu]
|
||||||
|
# ipc: host
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user