This commit is contained in:
Senko-san
2026-06-08 12:49:45 +03:00
commit 1b251869c4
21 changed files with 1404 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# -- webui: prebuilt static SPA (served on :80 inside the container) ------
# The browser-facing API base URL is injected at container start from
# PUBLIC_API_BASE_URL (window.__APP_CONFIG__) — no rebuild needed.
webui:
image: ${WEBUI_IMAGE}:${MCMA_IMAGE_TAG}
restart: unless-stopped
environment:
PUBLIC_API_BASE_URL: ${PUBLIC_API_BASE_URL}
@WEBUI_PORTS@
depends_on:
- api