initial
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user