fanxp 1 year ago
parent
commit
c2d62e0c88
1 changed files with 0 additions and 6 deletions
  1. 0 6
      docker-compose-pre.yml

+ 0 - 6
docker-compose-pre.yml

@@ -11,16 +11,10 @@ services:
     environment:
       - SPRING_PROFILES_ACTIVE=pre
       - SPRING_DATASOURCE_DYNAMIC_DATASOURCE_MASTER_URL=jdbc:mysql://mysql:3306/tl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true&failOverReadOnly=false
-#      - MQTT-SERVER=tcp://172.28.175.70:1883
     ports:
       - 8080:8080
     networks:
       - dockertest_bx_default
-#    deploy: #限制资源使用
-#      resources:
-#        limits:
-#          cpus: '0.50'
-#          memory: 2048M
     labels:
       - "traefik.http.routers.tl_api.rule=Host(`test.tl.web.yingcaibx.com`) && PathPrefix(`/api`)"
       - "traefik.http.routers.tl_api.middlewares=tl_api-stripprefix"