fix: add GEMINI_API_KEY environment variable for zine generation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a284cca14b
commit
e4d6172398
|
|
@ -10,6 +10,7 @@ services:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- HOSTNAME=0.0.0.0
|
- HOSTNAME=0.0.0.0
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
|
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- zine-data:/app/data
|
- zine-data:/app/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue