Commit ea1bc0d2 authored by 吴文龙's avatar 吴文龙

up

parent fe5f3e35
...@@ -15,7 +15,7 @@ LWM2M_TRANSPORT_DOCKER_NAME=tb-lwm2m-transport ...@@ -15,7 +15,7 @@ LWM2M_TRANSPORT_DOCKER_NAME=tb-lwm2m-transport
SNMP_TRANSPORT_DOCKER_NAME=tb-snmp-transport SNMP_TRANSPORT_DOCKER_NAME=tb-snmp-transport
TB_VC_EXECUTOR_DOCKER_NAME=tb-vc-executor TB_VC_EXECUTOR_DOCKER_NAME=tb-vc-executor
TB_VERSION=v3 TB_VERSION=3.4.4
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database). # Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database).
# According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details). # According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.hybrid.yml for details).
......
...@@ -114,7 +114,7 @@ services: ...@@ -114,7 +114,7 @@ services:
- tb-core1 - tb-core1
tb-web-ui1: tb-web-ui1:
restart: always restart: always
image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:${TB_VERSION}" image: "${DOCKER_REPO}/${WEB_UI_DOCKER_NAME}:v3"
ports: ports:
- "8080" - "8080"
env_file: env_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