You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
449 B
23 lines
449 B
# PROJECT: 康来生物有限公司kicc(智慧冷链)分布式架构平台 |
|
# VERSION: 1.0.0 |
|
# Author: 康来生物科技有限公司-王翔 |
|
|
|
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 |
|
- 443:443 |
|
|
|
networks: |
|
docker-cloud_default: |
|
external: true
|
|
|