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
0c90994d
Commit
0c90994d
authored
Nov 28, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
73b90bac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
active-sync.sh
active-sync.sh
+5
-5
docker-start-services.sh
docker-start-services.sh
+1
-1
No files found.
active-sync.sh
View file @
0c90994d
# 激活边端
# 激活边端
curl
--location
--request
POST
'http://
10.10.39.251
:8083/connectors'
\
curl
--location
--request
POST
'http://
localhost
:8083/connectors'
\
--header
'Content-Type: application/json'
\
--header
'Content-Type: application/json'
\
--data-raw
'{
--data-raw
'{
"name": "inventory-connector-v3",
"name": "inventory-connector-v3",
...
@@ -20,9 +20,9 @@ curl --location --request POST 'http://10.10.39.251:8083/connectors' \
...
@@ -20,9 +20,9 @@ curl --location --request POST 'http://10.10.39.251:8083/connectors' \
}'
}'
# 查询
# 查询
curl
-X
GET
'http://
10.10.39.251
:8083/connectors/inventory-connector-v3'
curl
-X
GET
'http://
localhost
:8083/connectors/inventory-connector-v3'
curl
--location
--request
GET
'http://
10.10.39.251
:8083/connectors/inventory-connector-v3/status'
curl
--location
--request
GET
'http://
localhost
:8083/connectors/inventory-connector-v3/status'
# 删除
# 删除
curl
--location
--request
DETELE
'http://10.10.39.251:8083/connectors/inventory-connector-v3'
curl
--location
--request
DETELE
'http://localhost:8083/connectors/inventory-connector-v3'
curl
--location
--request
DELETE
'http://10.10.39.251:8083/connectors/inventory-connector-v3'
curl
--location
--request
DELETE
'http://localhost:8083/connectors/inventory-connector-v3'
\ No newline at end of file
\ No newline at end of file
docker-start-services.sh
View file @
0c90994d
...
@@ -30,5 +30,5 @@ ADDITIONAL_COMPOSE_MONITORING_ARGS=$(additionalComposeMonitoringArgs) || exit $?
...
@@ -30,5 +30,5 @@ ADDITIONAL_COMPOSE_MONITORING_ARGS=$(additionalComposeMonitoringArgs) || exit $?
checkFolders
--create
||
exit
$?
checkFolders
--create
||
exit
$?
docker-compose
\
docker-compose
\
-f
docker-compose.yml
-f
docker-compose-
mysql.yml
-f
docker-compose-
pgadmin4.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
$ADDITIONAL_COMPOSE_MONITORING_ARGS
\
-f
docker-compose.yml
-f
docker-compose-pgadmin4.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
$ADDITIONAL_COMPOSE_MONITORING_ARGS
\
up
-d
up
-d
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