Commit cd4a2df8 authored by 吴文龙's avatar 吴文龙

up

parent b5cf9d24
...@@ -28,4 +28,4 @@ LOAD_BALANCER_NAME=haproxy-certbot ...@@ -28,4 +28,4 @@ LOAD_BALANCER_NAME=haproxy-certbot
MONITORING_ENABLED=false MONITORING_ENABLED=false
# Limit memory usage for each Java application # Limit memory usage for each Java application
# JAVA_OPTS=-Xmx2048M -Xms2048M -Xss384k -XX:+AlwaysPreTouch JAVA_OPTS=-Xmx2048M -Xms2048M -Xss384k -XX:+AlwaysPreTouch
...@@ -58,7 +58,6 @@ services: ...@@ -58,7 +58,6 @@ services:
- zookeeper - zookeeper
- tb-js-executor - tb-js-executor
- tb-rule-engine1 - tb-rule-engine1
- tb-rule-engine2
tb-rule-engine1: tb-rule-engine1:
restart: always restart: always
image: "${DOCKER_REPO}/${TB_NODE_DOCKER_NAME}:${TB_VERSION}" image: "${DOCKER_REPO}/${TB_NODE_DOCKER_NAME}:${TB_VERSION}"
...@@ -97,7 +96,6 @@ services: ...@@ -97,7 +96,6 @@ services:
depends_on: depends_on:
- zookeeper - zookeeper
- tb-core1 - tb-core1
- tb-core2
tb-http-transport1: tb-http-transport1:
restart: always restart: always
image: "${DOCKER_REPO}/${HTTP_TRANSPORT_DOCKER_NAME}:${TB_VERSION}" image: "${DOCKER_REPO}/${HTTP_TRANSPORT_DOCKER_NAME}:${TB_VERSION}"
...@@ -114,7 +112,6 @@ services: ...@@ -114,7 +112,6 @@ services:
depends_on: depends_on:
- zookeeper - zookeeper
- tb-core1 - tb-core1
- tb-core2
tb-web-ui1: tb-web-ui1:
restart: always restart: always
image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:${TB_VERSION}" image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:${TB_VERSION}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment