fix: add GEMINI_API_KEY to docker-compose prod environment
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:
2026-03-28 13:58:51 +01:00
parent d1d5b7e124
commit 067164645b

View File

@@ -31,6 +31,7 @@ services:
SMTP_FROM: ${SMTP_FROM:-hello@letsbe.biz}
ADMIN_EMAIL: ${ADMIN_EMAIL:-hello@letsbe.biz}
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY:-}
GEMINI_API_KEY: ${GEMINI_API_KEY:-}
depends_on:
db:
condition: service_healthy