Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
changsheng-iot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
deploy
changsheng-iot
Commits
07af52b7
Commit
07af52b7
authored
Jun 07, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edge配置修改
parent
1464ea00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+6
-0
docker-compose.yml
docker-compose.yml
+1
-1
tb-ds-edge.env
tb-ds-edge.env
+3
-1
No files found.
README.md
View file @
07af52b7
...
...
@@ -28,6 +28,12 @@ To be able to change user, **chown** command is used, which requires sudo permis
$ ./docker-create-log-folders.sh
`
# 修改edge配置,填写工厂对应ID及名称
tb-ds-edge.env
```
REDIS_TOPIC_FIX=cambodia
FACTORY_ID=5830f7e0-79d2-11ec-a73c-c135f257e0e3
Execute the following command to run installation:
`
...
...
docker-compose.yml
View file @
07af52b7
...
...
@@ -132,7 +132,7 @@ services:
-
"
80"
tb-ds-edge
:
restart
:
always
image
:
"
${DOCKER_REPO}/${DS_EDGE_DOCKER_NAME}:${
EDGE
_VERSION}"
image
:
"
${DOCKER_REPO}/${DS_EDGE_DOCKER_NAME}:${
TB
_VERSION}"
ports
:
-
"
7788"
env_file
:
...
...
tb-ds-edge.env
View file @
07af52b7
SPRING_PROFILES_ACTIVE=prod
\ No newline at end of file
SPRING_PROFILES_ACTIVE=prod
REDIS_TOPIC_FIX=cambodia
FACTORY_ID=5830f7e0-79d2-11ec-a73c-c135f257e0e3
\ No newline at end of file
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