# PROJECT: 康来生物有限公司kicc(智慧冷链)分布式架构平台 # VERSION: 1.0.0 # Author: 康来生物科技有限公司-王翔 # https://support.websoft9.com/docs/docker/zh/solution-compose.html#command version: '3' services: kicc-ui: build: context: . restart: always container_name: kicc-ui image: kicc-ui networks: - docker-cloud_default external_links: - kicc-gateway ports: - 80:80 networks: docker-cloud_default: external: true