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
9f13a29b
Commit
9f13a29b
authored
Sep 22, 2022
by
chonghaohao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3b959686
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker-compose-debezium.yml
docker-compose-debezium.yml
+3
-3
No files found.
docker-compose-debezium.yml
View file @
9f13a29b
...
@@ -3,7 +3,7 @@ version: '3.9'
...
@@ -3,7 +3,7 @@ version: '3.9'
services
:
services
:
zookeeper
:
zookeeper
:
image
:
47.110.145.204:808
5
/huansiyl/debezium/zookeeper:1.9.5.Final
image
:
47.110.145.204:808
4
/huansiyl/debezium/zookeeper:1.9.5.Final
ports
:
ports
:
-
"
2181:2181"
-
"
2181:2181"
-
"
2888:2888"
-
"
2888:2888"
...
@@ -11,7 +11,7 @@ services:
...
@@ -11,7 +11,7 @@ services:
restart
:
always
restart
:
always
kafka
:
kafka
:
image
:
47.110.145.204:808
5
/huansiyl/debezium/kafka:1.9.5.Final
image
:
47.110.145.204:808
4
/huansiyl/debezium/kafka:1.9.5.Final
restart
:
always
restart
:
always
ports
:
ports
:
-
"
9092:9092"
-
"
9092:9092"
...
@@ -26,7 +26,7 @@ services:
...
@@ -26,7 +26,7 @@ services:
-
KAFKA_INTER_BROKER_LISTENER_NAME=LISTENER_INT
-
KAFKA_INTER_BROKER_LISTENER_NAME=LISTENER_INT
connect
:
connect
:
image
:
47.110.145.204:808
5
/huansiyl/debezium/connect:1.9.5.Final
image
:
47.110.145.204:808
4
/huansiyl/debezium/connect:1.9.5.Final
restart
:
always
restart
:
always
ports
:
ports
:
-
"
8083:8083"
-
"
8083:8083"
...
...
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