fixed handshake for model

This commit is contained in:
2026-03-12 23:19:11 +01:00
parent 882adb2dea
commit 087aee88d3
3 changed files with 41 additions and 0 deletions
+4
View File
@@ -36,6 +36,7 @@ services:
- RATE_LIMIT_PER_USER=30
- DISPLAY=:0
volumes:
- openclaw-config:/home/node/.openclaw # OpenClaw Config (persistiert Model + Auth)
- ./aria-data/brain:/workspace/memory # Gedächtnis
- ./aria-data/skills:/workspace/skills # Skills
- ./aria-data/config/AGENT.md:/workspace/AGENT.md
@@ -91,6 +92,9 @@ services:
- RVS_TOKEN=${RVS_TOKEN:-}
restart: unless-stopped
volumes:
openclaw-config: # Persistiert ~/.openclaw (Model, Auth, Sessions)
networks:
aria-net:
driver: bridge