diff --git a/compose.yaml b/compose.yaml index 743acbb..8410b70 100644 --- a/compose.yaml +++ b/compose.yaml @@ -70,13 +70,13 @@ services: retries: 3 start_period: 15s volumes: - - /opt/openclaw/data/openclaw/openclaw.json:/home/node/.openclaw/openclaw.json:ro - - /opt/openclaw/data/openclaw/workspace-iris:/mnt/workspace-iris - - /opt/openclaw/data/openclaw/workspace-programmer:/mnt/workspace-programmer - - /opt/openclaw/data/openclaw/workspace-reviewer:/mnt/workspace-reviewer - - /opt/openclaw/data/openclaw/workspace-architekt:/mnt/workspace-architekt - - /opt/openclaw/data/openclaw/workspace-researcher:/mnt/workspace-researcher - - /opt/openclaw/data/openclaw/workspace-executor:/mnt/workspace-executor + - /home/projekte_bao/openclaw/data/openclaw/openclaw.json:/home/node/.openclaw/openclaw.json:ro + - /home/projekte_bao/openclaw/data/openclaw/workspace-iris:/mnt/workspace-iris + - /home/projekte_bao/openclaw/data/openclaw/workspace-programmer:/mnt/workspace-programmer + - /home/projekte_bao/openclaw/data/openclaw/workspace-reviewer:/mnt/workspace-reviewer + - /home/projekte_bao/openclaw/data/openclaw/workspace-architekt:/mnt/workspace-architekt + - /home/projekte_bao/openclaw/data/openclaw/workspace-researcher:/mnt/workspace-researcher + - /home/projekte_bao/openclaw/data/openclaw/workspace-executor:/mnt/workspace-executor networks: - nexus - openclaw_default