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:
parent
06dc335013
commit
2e855c8875
|
|
@ -11,6 +11,7 @@ services:
|
|||
environment:
|
||||
- NODE_ENV=production
|
||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||
- GEMINI_PROXY_URL=https://gemini-proxy.jeffemmett.workers.dev
|
||||
- NEXT_PUBLIC_APP_URL=https://zine.jeffemmett.com
|
||||
- DATA_DIR=/app/data
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue