[ENV-2] Wire .env file into docker-compose for Nano Banana

This commit is contained in:
warby 2025-12-12 23:24:45 -06:00
parent 49037e49b9
commit 7e70f2d3b0
No known key found for this signature in database

View File

@ -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: