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:
parent
f78cf1d0cd
commit
7862a6bc22
|
|
@ -12,6 +12,7 @@ services:
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||||
- RUNPOD_API_KEY=${RUNPOD_API_KEY}
|
- RUNPOD_API_KEY=${RUNPOD_API_KEY}
|
||||||
|
- FAL_KEY=${FAL_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- zine-data:/app/data
|
- zine-data:/app/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue