Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
docker-iot-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deploy
docker-iot-v3
Commits
cd4a2df8
Commit
cd4a2df8
authored
Aug 08, 2023
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
b5cf9d24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.env
.env
+1
-1
docker-compose.yml
docker-compose.yml
+0
-3
No files found.
.env
View file @
cd4a2df8
...
@@ -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
docker-compose.yml
View file @
cd4a2df8
...
@@ -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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment