Release 1.0.3: UI and Docker version update
This commit is contained in:
parent
cb1e4deb96
commit
71a64fe7b5
@ -18,7 +18,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
thingsboard:
|
||||
image: "thingsboard/application:1.0.2"
|
||||
image: "thingsboard/application:1.0.3"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "1883:1883"
|
||||
@ -27,7 +27,7 @@ services:
|
||||
- thingsboard.env
|
||||
entrypoint: ./run_thingsboard.sh
|
||||
thingsboard-db-schema:
|
||||
image: "thingsboard/thingsboard-db-schema:1.0.2"
|
||||
image: "thingsboard/thingsboard-db-schema:1.0.3"
|
||||
env_file:
|
||||
- thingsboard-db-schema.env
|
||||
entrypoint: ./install_schema.sh
|
||||
|
||||
@ -20,8 +20,8 @@ cp ../../dao/src/main/resources/schema.cql schema.cql
|
||||
cp ../../dao/src/main/resources/demo-data.cql demo-data.cql
|
||||
cp ../../dao/src/main/resources/system-data.cql system-data.cql
|
||||
|
||||
docker build -t thingsboard/thingsboard-db-schema:1.0.2 .
|
||||
docker build -t thingsboard/thingsboard-db-schema:1.0.3 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/thingsboard-db-schema:1.0.2
|
||||
docker push thingsboard/thingsboard-db-schema:1.0.3
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
cp ../../application/target/thingsboard.deb thingsboard.deb
|
||||
|
||||
docker build -t thingsboard/application:1.0.2 .
|
||||
docker build -t thingsboard/application:1.0.3 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/application:1.0.2
|
||||
docker push thingsboard/application:1.0.3
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "thingsboard",
|
||||
"private": true,
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Thingsboard UI",
|
||||
"licenses": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user