-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker
More file actions
33 lines (25 loc) · 731 Bytes
/
.env.docker
File metadata and controls
33 lines (25 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Docker deployment environment variables
# Copy this file to .env and fill in your values
# PostgreSQL credentials (used by docker-compose)
POSTGRES_USER=vibecoder
POSTGRES_PASSWORD=change-this-password
POSTGRES_DB=vibecoder
# Redis password
REDIS_PASSWORD=change-this-redis-password
# Auth
JWT_SECRET=generate-a-secure-random-string-here
# AI — OpenRouter (required)
OPENROUTER_API_KEY=sk-or-v1-your-key
# AI — Google Gemini (optional)
GOOGLE_GENERATIVE_AI_API_KEY=
# AI — OpenAI (optional)
OPENAI_API_KEY=
# Research — Serper.dev (optional)
SERPER_API_KEY=
# Email SMTP (optional)
EMAIL_SMTP_HOST=
EMAIL_SMTP_PORT=587
EMAIL_SMTP_USER=
EMAIL_SMTP_PASSWORD=
EMAIL_FROM=noreply@vibecode.new
EMAIL_SMTP_SECURE=false