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:
Jeff Emmett 2025-12-23 00:05:56 -05:00
parent a284cca14b
commit e4d6172398
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ services:
- NODE_ENV=production
- HOSTNAME=0.0.0.0
- PORT=3000
- GEMINI_API_KEY=${GEMINI_API_KEY}
volumes:
- zine-data:/app/data
networks: