zhongrj
2025-03-28 1a175787490818a7ce59b7bb5356e654dfa89f6b
docker-compose-test.yml
@@ -1,7 +1,15 @@
version: '3.1'
services:
  piloth5:
    image: drone:pilot-h5-SNAPSHOT-$BUILD_NUMBER
    image: 172.21.81.239:7666/drone-web-test/pilot-h5:SNAPSHOT-$BUILD_NUMBER
    container_name: pilot-h5
    ports:
      - "8710:80"
    # 指定network
    networks:
      - drone_web_h5_network
# 指定
networks:
  drone_web_h5_network:
    external: true