config/ becomes an empty drop-in mount; examples/ mirrors the mount dirs; plugins & config import the host via #plugin-api/#menu-config subpath imports

This commit is contained in:
2026-07-01 23:19:29 +02:00
parent 4adf14f386
commit 2202bdbaa0
22 changed files with 111 additions and 48 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ services:
# plugins/ is empty in the image; bind the reference example in as the `scheduling` plugin so the
# nav-gating spec has a drop-in plugin to assert against.
volumes:
- ./examples/scheduling-plugin:/app/plugins/scheduling:ro
- ./examples/plugins/scheduling:/app/plugins/scheduling:ro
e2e:
build: