forked from Jblast94/Dev-Stack-Clean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (49 loc) · 1.6 KB
/
.env.example
File metadata and controls
58 lines (49 loc) · 1.6 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
46
47
48
49
50
51
52
53
54
55
56
57
58
# ==============================================
# DEV STACK ENVIRONMENT CONFIGURATION
# ==============================================
# Copy this file to .env and update the values below
# --- General Configuration ---
EMAIL=johnnyblast94@gmail.com
BASE_DOMAIN=bbj4u.xyz
# --- Tailscale Configuration ---
# Get your auth key from: https://login.tailscale.com/admin/settings/keys
# Create a reusable key with tag:devstack
TS_AUTHKEY=tskey-auth-YOUR_AUTH_KEY_HERE
# --- Cloudflare Tunnel Configuration ---
# Get your tunnel token from Cloudflare Zero Trust Dashboard
# Create a tunnel named 'devstack-tunnel' and copy the token
CLOUDFLARE_TUNNEL_TOKEN=YOUR_TUNNEL_TOKEN_HERE
# --- Service Passwords ---
N8N_BASIC_AUTH_USER=jblast
N8N_BASIC_AUTH_PASSWORD=password123
MINIO_ROOT_USER=jblast
MINIO_ROOT_PASSWORD=password123
WEBUI_SECRET_KEY=password123
JUPYTER_TOKEN=password123
VSCODE_PASSWORD=password123
GRAFANA_PASSWORD=password123
MONGO_PASSWORD=password123
RABBITMQ_PASSWORD=password123
# --- Domain Configuration ---
MAIN_DOMAIN=bbj4u.xyz
CHAT_DOMAIN=chat.bbj4u.xyz
N8N_DOMAIN=n8n.bbj4u.xyz
S3_DOMAIN=s3.bbj4u.xyz
DB_DOMAIN=db.bbj4u.xyz
MONITOR_DOMAIN=monitor.bbj4u.xyz
METRICS_DOMAIN=metrics.bbj4u.xyz
NOTEBOOK_DOMAIN=notebook.bbj4u.xyz
# --- Network Configuration ---
TAILSCALE_SUBNET=100.64.0.0/24
TAILSCALE_GATEWAY=100.64.0.1
# --- Backup Configuration ---
BACKUP_RETENTION_DAYS=30
BACKUP_SCHEDULE=0 2 * * *
# --- SSL/TLS Configuration ---
LETSENCRYPT_EMAIL=johnnyblast94@gmail.com
# --- Resource Limits ---
OLLAMA_MAX_MEMORY=8G
OPENWEBUI_MAX_MEMORY=4G
N8N_MAX_MEMORY=6G
GRAFANA_MAX_MEMORY=2G
PROMETHEUS_MAX_MEMORY=4G