-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
43 lines (37 loc) · 923 Bytes
/
env.example
File metadata and controls
43 lines (37 loc) · 923 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
34
35
36
37
38
39
40
41
42
43
# Database Configuration
POSTGRES_DB=data_pro
POSTGRES_USER=admin
POSTGRES_PASSWORD=admin123
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
# Redis Configuration
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=redis123
# n8n Configuration
N8N_PORT=5678
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=admin123
N8N_DB_TYPE=postgresdb
N8N_DB_POSTGRESDB_HOST=postgres
N8N_DB_POSTGRESDB_PORT=5432
N8N_DB_POSTGRESDB_DATABASE=n8n
N8N_DB_POSTGRESDB_USER=admin
N8N_DB_POSTGRESDB_PASSWORD=admin123
N8N_RUNNERS_ENABLED=true
# Marimo Configuration
MARIMO_PORT=8888
# Superset Configuration
SUPERSET_PORT=8088
SUPERSET_SECRET_KEY=your-secret-key-change-this-in-production-please
SUPERSET_ADMIN_USERNAME=admin
SUPERSET_ADMIN_PASSWORD=admin123
SUPERSET_ADMIN_EMAIL=admin@superset.com
# Network Configuration
COMPOSE_PROJECT_NAME=data-pro
# SMTP Configuration - Optional
SMTP_HOST=
SMTP_USER=
SMTP_PORT=
SMTP_PASSWORD=
SMTP_MAIL_FROM=