fanxp 2 년 전
부모
커밋
13237cd992
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docker-compose.yml

+ 5 - 0
docker-compose.yml

@@ -13,6 +13,11 @@ services:
       - MQTT_CLIENT-ID=tl
     networks:
       - docker_networks_default
+    deploy:
+      resources:
+        limits:
+          cpus: 0.50
+          memory: 2048M
     labels:
       - "traefik.http.routers.tl_api.rule=Host(`test.tl.api.yingcaibx.com`)"
       - "traefik.http.routers.tl_api.entrypoints=websecure"