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

This commit is contained in:
User Name 2025-12-12 21:49:02 -06:00
parent a1cbb66083
commit b9db75631c

View File

@ -14,6 +14,8 @@ services:
count: all
capabilities: [gpu]
ipc: host
env_file:
- .env
volumes:
- .:/app/ComfyUI # Mount local repo (for git checkout updates)
- comfyui-models:/app/ComfyUI/models # Persist models
@ -23,6 +25,7 @@ services:
- comfyui-user:/app/ComfyUI/user # Persist user settings/workflows
- comfyui-venv:/app/venv # Cache virtualenv
environment:
- GOOGLE_API_KEY=${GOOGLE_API_KEY}
- TZ=America/Chicago
- PUID=1000
- PGID=1000