deploy: worker image COPY simplification, web-dist mount, alarm build flow

This commit is contained in:
Raphael Westphal
2026-08-18 14:59:25 +02:00
parent 4949b40f1c
commit bcd976a8ac
3 changed files with 23 additions and 14 deletions
+1
View File
@@ -20,6 +20,7 @@ services:
- lvmh-data:/data
- .:/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
networks:
lvmh-net:
aliases: [lvmh]