added ai combo

This commit is contained in:
2026-07-03 12:55:31 -07:00
parent 3047c21869
commit 3c26d2b7c2
5 changed files with 247 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# ===== Base Paths =====
VOL_PATH=/data
TZ=America/Vancouver
# ===== Image =====
NIXAI_IMAGE=ghcr.io/yourname/nixai:v0.0.1
NIXAI_RESTART=unless-stopped
# ===== Required Secrets =====
OPENCLAW_GATEWAY_TOKEN=change-me-to-a-random-secret
VSCODE_PASSWORD=change-this-password
# ===== Ollama =====
OLLAMA_HOST=0.0.0.0:11434
# ===== OpenCode =====
OPENCODE_PORT=4096
OPENCODE_HOSTNAME=0.0.0.0
OPENCODE_CONFIG=/config/config.json
# ===== OpenClaw =====
OPENCLAW_PORT=18789
OPENCLAW_GATEWAY_BIND=lan
OPENCLAW_DISABLE_BONJOUR=1
# ===== Code Server =====
VSCODE_PORT=8443
VSCODE_PUID=0
VSCODE_PGID=0
DEFAULT_WORKSPACE=/data