pigx前端
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.
 
 
 
 
 

19 lines
376 B

version: '3'
services:
pig-ui:
build:
context: .
restart: always
container_name: pig-ui
image: pig-ui
networks:
- spring_cloud_default
external_links:
- pig-gateway
ports:
- 80:80
# 加入到后端网络, 默认为 spring_cloud_default | docker network ls 查看
networks:
spring_cloud_default:
external: true