ibzou-app-web.yaml 377 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5
version: "3.2"
services:
  ibzou-app-web:
    image: registry.cn-shanghai.aliyuncs.com/ibizsys/ibzou-app-web:latest
    ports:
ibizdev's avatar
ibizdev committed
6
      - "30001:30001"
ibizdev's avatar
ibizdev committed
7 8
    networks:
      - agent_network
ibizdev's avatar
ibizdev committed
9 10
    environment:
      SPRING_CLOUD_NACOS_DISCOVERY_IP: 172.16.180.237
ibizdev's avatar
ibizdev committed
11 12 13 14 15 16 17 18
    deploy:
      mode: replicated
      replicas: 1

networks:
  agent_network:
    driver: overlay
    attachable: true