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
eed4f62d
Commit
eed4f62d
authored
Apr 27, 2025
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
477b9ff2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
docker-remove-services.sh
docker-remove-services.sh
+1
-1
docker-start-services.sh
docker-start-services.sh
+1
-1
docker-stop-services.sh
docker-stop-services.sh
+1
-1
docker-update-service.sh
docker-update-service.sh
+2
-2
docker-upgrade-tb.sh
docker-upgrade-tb.sh
+3
-3
No files found.
docker-remove-services.sh
View file @
eed4f62d
...
...
@@ -28,5 +28,5 @@ ADDITIONAL_CACHE_ARGS=$(additionalComposeCacheArgs) || exit $?
ADDITIONAL_COMPOSE_MONITORING_ARGS
=
$(
additionalComposeMonitoringArgs
)
||
exit
$?
docker-compose
\
-f
docker-compose.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.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
$ADDITIONAL_COMPOSE_MONITORING_ARGS
\
down
-v
docker-start-services.sh
View file @
eed4f62d
...
...
@@ -30,5 +30,5 @@ ADDITIONAL_COMPOSE_MONITORING_ARGS=$(additionalComposeMonitoringArgs) || exit $?
checkFolders
--create
||
exit
$?
docker-compose
\
-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
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
$ADDITIONAL_COMPOSE_MONITORING_ARGS
\
up
-d
docker-stop-services.sh
View file @
eed4f62d
...
...
@@ -28,5 +28,5 @@ ADDITIONAL_CACHE_ARGS=$(additionalComposeCacheArgs) || exit $?
ADDITIONAL_COMPOSE_MONITORING_ARGS
=
$(
additionalComposeMonitoringArgs
)
||
exit
$?
docker-compose
\
-f
docker-compose.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.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
$ADDITIONAL_COMPOSE_MONITORING_ARGS
\
stop
docker-update-service.sh
View file @
eed4f62d
...
...
@@ -26,8 +26,8 @@ ADDITIONAL_COMPOSE_ARGS=$(additionalComposeArgs) || exit $?
ADDITIONAL_CACHE_ARGS
=
$(
additionalComposeCacheArgs
)
||
exit
$?
docker-compose
\
-f
docker-compose.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
pull
$@
docker-compose
\
-f
docker-compose.yml
-f
docker-compose
-debezium.yml
-f
docker-compose
.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
up
-d
--no-deps
--build
$@
docker-upgrade-tb.sh
View file @
eed4f62d
...
...
@@ -51,15 +51,15 @@ ADDITIONAL_STARTUP_SERVICES=$(additionalStartupServices) || exit $?
checkFolders
--create
||
exit
$?
docker-compose
\
-f
docker-compose.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
pull
\
tb-core1
docker-compose
\
-f
docker-compose.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
up
-d
$ADDITIONAL_STARTUP_SERVICES
docker-compose
\
-f
docker-compose.yml
-f
docker-compose-debezium.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
-f
docker-compose.yml
-f
docker-compose.iot-business.yml
$ADDITIONAL_CACHE_ARGS
$ADDITIONAL_COMPOSE_ARGS
$ADDITIONAL_COMPOSE_QUEUE_ARGS
\
run
--no-deps
--rm
-e
UPGRADE_TB
=
true
-e
FROM_VERSION
=
${
fromVersion
}
\
tb-core1
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