updated docker tags
This commit is contained in:
parent
ddc864395a
commit
5e3cd46dbe
@ -18,7 +18,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
thingsboard:
|
||||
image: "thingsboard/application:1.0"
|
||||
image: "thingsboard/application:1.0.1"
|
||||
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"
|
||||
image: "thingsboard/thingsboard-db-schema:1.0.1"
|
||||
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 .
|
||||
docker build -t thingsboard/thingsboard-db-schema:1.0.1 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/thingsboard-db-schema:1.0
|
||||
docker push thingsboard/thingsboard-db-schema:1.0.1
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
cp ../../application/target/thingsboard.deb thingsboard.deb
|
||||
|
||||
docker build -t thingsboard/application:1.0 .
|
||||
docker build -t thingsboard/application:1.0.1 .
|
||||
|
||||
docker login
|
||||
|
||||
docker push thingsboard/application:1.0
|
||||
docker push thingsboard/application:1.0.1
|
||||
Loading…
x
Reference in New Issue
Block a user