fix: add GEMINI_API_KEY to docker-compose prod environment
All checks were successful
Build & Push / build-and-push (push) Successful in 1m36s
All checks were successful
Build & Push / build-and-push (push) Successful in 1m36s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
|||||||
SMTP_FROM: ${SMTP_FROM:-hello@letsbe.biz}
|
SMTP_FROM: ${SMTP_FROM:-hello@letsbe.biz}
|
||||||
ADMIN_EMAIL: ${ADMIN_EMAIL:-hello@letsbe.biz}
|
ADMIN_EMAIL: ${ADMIN_EMAIL:-hello@letsbe.biz}
|
||||||
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY:-}
|
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY:-}
|
||||||
|
GEMINI_API_KEY: ${GEMINI_API_KEY:-}
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user