feat: full pi config in containers — git: packages vendored at bake (ignore-scripts), npm shim for runtime installs, dotfiles mount + POST /api/pi-config/resync rebuilds worker+ops images (95% cover, race clean)
This commit is contained in:
@@ -21,6 +21,9 @@ services:
|
||||
- .:/app/build:ro # repo checkout (rsynced by deploy.sh)
|
||||
# daemon rebuilds lvmh-worker from /app/build/docker/worker.Dockerfile
|
||||
- ./web/dist:/app/web-dist:ro # web UI served from repo checkout
|
||||
- ${LVMH_PI_AGENT_DIR:-/home/raph/.dotfiles/pi/agent}:/pi-dotfiles:ro
|
||||
# read-only user pi config; POST /api/pi-config/resync bakes it into
|
||||
# fresh worker+ops images
|
||||
networks:
|
||||
lvmh-net:
|
||||
aliases: [lvmh]
|
||||
|
||||
Reference in New Issue
Block a user