fixed handshake for model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user