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
129f1152
Commit
129f1152
authored
Sep 22, 2022
by
chonghaohao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a67c1ffc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
docker-compose.kafka.yml
docker-compose.kafka.yml
+0
-9
docker-compose.yml
docker-compose.yml
+0
-9
No files found.
docker-compose.kafka.yml
View file @
129f1152
...
@@ -17,15 +17,6 @@
...
@@ -17,15 +17,6 @@
version
:
'
2.2'
version
:
'
2.2'
services
:
services
:
kafka
:
restart
:
always
image
:
"
bitnami/kafka:3.2.0"
ports
:
-
"
9092:9092"
env_file
:
-
kafka.env
depends_on
:
-
zookeeper
tb-js-executor
:
tb-js-executor
:
env_file
:
env_file
:
-
queue-kafka.env
-
queue-kafka.env
...
...
docker-compose.yml
View file @
129f1152
...
@@ -18,15 +18,6 @@
...
@@ -18,15 +18,6 @@
version
:
'
2.2'
version
:
'
2.2'
services
:
services
:
zookeeper
:
restart
:
always
image
:
"
zookeeper:3.8.0"
ports
:
-
"
2181"
environment
:
ZOO_MY_ID
:
1
ZOO_SERVERS
:
server.1=zookeeper:2888:3888;zookeeper:2181
ZOO_ADMINSERVER_ENABLED
:
"
false"
tb-js-executor
:
tb-js-executor
:
restart
:
always
restart
:
always
image
:
"
${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}"
image
:
"
${DOCKER_REPO}/${JS_EXECUTOR_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