- services:
- maas-ui:
- build:
- context: .
- dockerfile: Dockerfile
- args:
- APP_TITLE: ${APP_TITLE:-成都网讯MaaS底座}
- ENABLE_PLAYGROUND: ${ENABLE_PLAYGROUND:-true}
- image: maas-base-ui:latest
- environment:
- - BACKEND_URL=${BACKEND_URL:-http://backend-server:80}
- ports:
- - "${UI_PORT:-8080}:80"
- restart: unless-stopped
|