峰峰执法平台简易案件程序板块 pad端
yang
2022-10-17 4107256a8d1fa9a2db0969122bfc760994b12421
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: '3'
services:
  pigx-ui:
    build:
      context: .
    restart: always
    container_name: pigx-ui
    image: pigx-ui
    networks:
      - pigx_default
    external_links:
      - pigx-gateway
    ports:
      - 80:80
 
# 加入到后端网络, 默认为 pigx_default  | docker network ls   查看
networks:
  pigx_default:
    external: true