# compose.override.yml — local dev additions (auto-merged by docker compose) # Not used in cloud or demo stacks (those use compose.cloud.yml / compose.demo.yml directly). services: api: volumes: # Symlink /data/kiwi.db → /Library/Assets/kiwi/kiwi.db; mount the NAS path so # Docker can follow the symlink inside the container. - /Library/Assets/kiwi:/Library/Assets/kiwi:rw # cf-orch agent sidecar removed 2026-04-24: Sif is now a dedicated compute node # with its own systemd cf-orch-agent service (port 7703, advertise-host 10.1.10.158). # This sidecar was only valid when Kiwi ran on Sif directly.