0.1 -> 1.0
This commit is contained in:
parent
ad7c8750c4
commit
4b1e0df435
@ -18,7 +18,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
thingsboard:
|
||||
image: "thingsboard/application:0.1"
|
||||
image: "thingsboard/application:1.0"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "1883:1883"
|
||||
@ -31,7 +31,7 @@ services:
|
||||
- thingsboard.env
|
||||
entrypoint: ./run_thingsboard.sh
|
||||
thingsboard-db-schema:
|
||||
image: "thingsboard/thingsboard-db-schema:0.1"
|
||||
image: "thingsboard/thingsboard-db-schema:1.0"
|
||||
links:
|
||||
- cassandra:db
|
||||
env_file:
|
||||
|
||||
@ -4,8 +4,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:0.1 .
|
||||
docker build -t thingsboard/thingsboard-db-schema:1.0 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/thingsboard-db-schema:0.1
|
||||
docker push thingsboard/thingsboard-db-schema:1.0
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
cp ../../application/target/thingsboard.deb thingsboard.deb
|
||||
|
||||
docker build -t thingsboard/application:0.1 .
|
||||
docker build -t thingsboard/application:1.0 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/application:0.1
|
||||
docker push thingsboard/application:1.0
|
||||
Loading…
x
Reference in New Issue
Block a user