chore: add FAL_KEY env var to docker-compose

Required for Fal.ai FLUX img2img in zine regeneration

🤖 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 16:48:21 -05:00
parent f78cf1d0cd
commit 7862a6bc22
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ services:
- PORT=3000
- GEMINI_API_KEY=${GEMINI_API_KEY}
- RUNPOD_API_KEY=${RUNPOD_API_KEY}
- FAL_KEY=${FAL_KEY}
volumes:
- zine-data:/app/data
networks: