- Bump version to 0.6.0 (visual label capture release) - Remove unused TimeEffortProfile import in RecipeDetailPanel.vue - Prefix unused value params with _ in SettingsView.vue sensory fns - Remove cf-orch agent sidecar from compose.override.yml (Sif now has its own dedicated systemd cf-orch-agent service)
13 lines
637 B
YAML
13 lines
637 B
YAML
# 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.
|