-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 2.04 KB
/
.env.example
File metadata and controls
32 lines (26 loc) · 2.04 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
# ╔════════════════════════════════════════════════════════════════════════════════╗
# ║ N01D DOCKER STACK — CONFIGURATION ║
# ║ Copy to .env and customize ║
# ╚════════════════════════════════════════════════════════════════════════════════╝
# ─── Network ──────────────────────────────────────────────────────────────────
N01D_SUBNET=172.28.0.0/16
N01D_GATEWAY=172.28.0.1
# ─── AI / LLM Services ───────────────────────────────────────────────────────
OLLAMA_PORT=11434
WEBUI_PORT=3080
WEBUI_AUTH=false
# Agent Zero
AGENT_ZERO_PORT=3100
AGENT_ZERO_MODEL=dolphin-mistral:7b
AGENT_ZERO_UTIL_MODEL=dolphin-mistral:7b
AGENT_ZERO_EMBED_MODEL=nomic-embed-text:latest
# ─── Creative / Generative ───────────────────────────────────────────────────
COMFYUI_PORT=8188
MUSICGEN_PORT=7860
# ─── Security Tools ──────────────────────────────────────────────────────────
PROXY_PORT=9090
PROXY_WEB_PORT=8081
WG_PORT=51820
# ─── Paths ────────────────────────────────────────────────────────────────────
DATA_PATH=./data
CONFIG_PATH=./config