fix openclaw data volume
This commit is contained in:
parent
618248e8df
commit
4dd9599c47
|
|
@ -16,9 +16,6 @@ aria-data/config/*.env
|
||||||
# ── ARIAs Gedächtnis (nur per tar gesichert) ────
|
# ── ARIAs Gedächtnis (nur per tar gesichert) ────
|
||||||
aria-data/brain/
|
aria-data/brain/
|
||||||
|
|
||||||
# ── OpenClaw Runtime (Agent-Config, Sessions) ───
|
|
||||||
aria-data/openclaw/
|
|
||||||
|
|
||||||
# ── Stimmen (große Binärdateien) ─────────────────
|
# ── Stimmen (große Binärdateien) ─────────────────
|
||||||
aria-data/voices/
|
aria-data/voices/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"profiles": {
|
||||||
|
"openai-proxy": {
|
||||||
|
"provider": "openai",
|
||||||
|
"default": true,
|
||||||
|
"apiKey": "not-needed",
|
||||||
|
"baseUrl": "http://proxy:3456/v1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -41,7 +41,7 @@ services:
|
||||||
- ./aria-data/config/AGENT.md:/workspace/AGENT.md
|
- ./aria-data/config/AGENT.md:/workspace/AGENT.md
|
||||||
- ./aria-data/config/USER.md:/workspace/USER.md
|
- ./aria-data/config/USER.md:/workspace/USER.md
|
||||||
- ./aria-data/config/openclaw.env:/workspace/.env
|
- ./aria-data/config/openclaw.env:/workspace/.env
|
||||||
- ./aria-data/openclaw:/home/node/.openclaw # OpenClaw Agent-Config persistieren
|
- ./aria-data/config/openclaw-auth.json:/home/node/.openclaw/agents/main/agent/auth-profiles.json # OpenClaw Agent-Auth
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # VM von innen verwalten
|
- /var/run/docker.sock:/var/run/docker.sock # VM von innen verwalten
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue