chore: add explicit GEMINI_PROXY_URL env variable

🤖 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-18 20:01:37 -05:00
parent 06dc335013
commit 2e855c8875
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- GEMINI_API_KEY=${GEMINI_API_KEY} - GEMINI_API_KEY=${GEMINI_API_KEY}
- GEMINI_PROXY_URL=https://gemini-proxy.jeffemmett.workers.dev
- NEXT_PUBLIC_APP_URL=https://zine.jeffemmett.com - NEXT_PUBLIC_APP_URL=https://zine.jeffemmett.com
- DATA_DIR=/app/data - DATA_DIR=/app/data
volumes: volumes: