fix: add GEMINI_API_KEY env and make designs volume writable

This commit is contained in:
Jeff Emmett 2026-01-30 11:23:04 +00:00
parent 3262786269
commit cf347dfdf8
1 changed files with 2 additions and 1 deletions

View File

@ -47,8 +47,9 @@ services:
- CORS_ORIGINS=${CORS_ORIGINS:-http://localhost:3000}
- DESIGNS_PATH=/app/designs
- CONFIG_PATH=/app/config
- GEMINI_API_KEY=${GEMINI_API_KEY}
volumes:
- ${DESIGNS_PATH:-../mycopunk-swag/designs}:/app/designs:ro
- ${DESIGNS_PATH:-../mycopunk-swag/designs}:/app/designs
- ${CONFIG_PATH:-../mycopunk-swag/config}:/app/config:ro
depends_on:
db: