-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.env.example
More file actions
45 lines (37 loc) · 1.83 KB
/
Copy pathdocker-compose.env.example
File metadata and controls
45 lines (37 loc) · 1.83 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
# ==========================================
# Nivesh Docker Compose Environment Variables
# ==========================================
# Copy this file to .env in the project root:
# cp docker-compose.env.example .env
#
# NEVER commit the .env file. It is listed in .gitignore.
# For production, use a secrets manager (Vault, AWS Secrets Manager, etc.)
# ==========================================
# ── PostgreSQL ──────────────────────────────
POSTGRES_USER=nivesh_user
POSTGRES_PASSWORD=nivesh_dev_password
POSTGRES_DB=nivesh_db
# ── Neo4j ───────────────────────────────────
NEO4J_PASSWORD=nivesh_dev_password
# ── MongoDB ─────────────────────────────────
MONGO_USER=nivesh_user
MONGO_PASSWORD=nivesh_dev_password
MONGO_DB=nivesh_conversations
# ── Redis ───────────────────────────────────
REDIS_PASSWORD=nivesh_dev_password
# ── ClickHouse ──────────────────────────────
CLICKHOUSE_USER=nivesh_user
CLICKHOUSE_PASSWORD=nivesh_dev_password
# ── Grafana ─────────────────────────────────
GRAFANA_ADMIN_USER=admin
GRAFANA_ADMIN_PASSWORD=admin
# ── Airflow ─────────────────────────────────
AIRFLOW_DB_USER=airflow
AIRFLOW_DB_PASSWORD=airflow
AIRFLOW_DB_NAME=airflow
AIRFLOW_ADMIN_USER=admin
AIRFLOW_ADMIN_PASSWORD=admin
# ── Firebase (optional) ────────────────────
FIREBASE_PROJECT_ID=
FIREBASE_CLIENT_EMAIL=
FIREBASE_PRIVATE_KEY=