web dashboard in single container

This commit is contained in:
2026-04-05 01:50:41 -07:00
parent a89703c420
commit c6007d9c33
26 changed files with 460 additions and 365 deletions

View File

@ -18,6 +18,6 @@
# set up web stack
- name: Build Web Dashboard
when: not disable_local_dashboard | bool
include_tasks: web.yaml
include_tasks: docker.yaml
...