docker-compose.yml 302 B

123456789101112
  1. services:
  2. maas-ui:
  3. build:
  4. context: .
  5. dockerfile: Dockerfile
  6. args:
  7. APP_TITLE: ${APP_TITLE:-成都网讯MaaS底座}
  8. ENABLE_PLAYGROUND: ${ENABLE_PLAYGROUND:-true}
  9. image: maas-base-ui:latest
  10. ports:
  11. - "${UI_PORT:-8080}:80"
  12. restart: unless-stopped