fix: add GEMINI_API_KEY env and make designs volume writable
This commit is contained in:
parent
3262786269
commit
cf347dfdf8
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue