Commit 07af52b7 authored by 吴文龙's avatar 吴文龙

edge配置修改

parent 1464ea00
...@@ -28,6 +28,12 @@ To be able to change user, **chown** command is used, which requires sudo permis ...@@ -28,6 +28,12 @@ To be able to change user, **chown** command is used, which requires sudo permis
$ ./docker-create-log-folders.sh $ ./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: Execute the following command to run installation:
` `
......
...@@ -132,7 +132,7 @@ services: ...@@ -132,7 +132,7 @@ services:
- "80" - "80"
tb-ds-edge: tb-ds-edge:
restart: always restart: always
image: "${DOCKER_REPO}/${DS_EDGE_DOCKER_NAME}:${EDGE_VERSION}" image: "${DOCKER_REPO}/${DS_EDGE_DOCKER_NAME}:${TB_VERSION}"
ports: ports:
- "7788" - "7788"
env_file: env_file:
......
SPRING_PROFILES_ACTIVE=prod SPRING_PROFILES_ACTIVE=prod
REDIS_TOPIC_FIX=cambodia
FACTORY_ID=5830f7e0-79d2-11ec-a73c-c135f257e0e3
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment