forked from drone/command-center-dashboard

shuishen
2025-04-16 a7e6761ba0cfccdf33ed552eb2d3b783c8e4ab4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.1'
services:
  piloth5:
    image: 172.21.81.239:7666/drone-web-test/command-center-dashboard:SNAPSHOT-$BUILD_NUMBER
    container_name: command-center-dashboard
    ports:
      - "8711:80"
    # 指定network
    networks:
      - drone_web_h5_network
 
# 指定
networks:
  drone_web_h5_network:
    external: true