Fixed version

This commit is contained in:
Volodymyr Babak 2017-05-24 16:40:19 +03:00
parent 8ed9cf8620
commit d850f92c7b
7 changed files with 9 additions and 9 deletions

View File

@ -18,16 +18,16 @@ version: '2'
services:
tb:
image: "thingsboard/application:k8stest"
image: "thingsboard/application:1.2.4"
ports:
- "8080:8080"
- "1884:1883"
- "1883:1883"
- "5683:5683/udp"
env_file:
- tb.env
entrypoint: ./run-application.sh
tb-cassandra-schema:
image: "thingsboard/tb-cassandra-schema:k8stest"
image: "thingsboard/tb-cassandra-schema:1.2.4"
environment:
- SKIP_SCHEMA_CREATION=${SKIP_SCHEMA_CREATION}
- SKIP_SYSTEM_DATA=${SKIP_SYSTEM_DATA}

View File

@ -1,4 +1,4 @@
VERSION=k8stest
VERSION=1.2.4
PROJECT=thingsboard
APP=tb-cassandra-schema

View File

@ -22,7 +22,7 @@ spec:
containers:
- name: tb-cassandra-schema
imagePullPolicy: Always
image: thingsboard/tb-cassandra-schema:k8stest
image: thingsboard/tb-cassandra-schema:1.2.4
env:
- name: SKIP_SCHEMA_CREATION
value: "false"

View File

@ -1,4 +1,4 @@
VERSION=k8stest
VERSION=1.2.4
PROJECT=thingsboard
APP=application

View File

@ -79,7 +79,7 @@ spec:
containers:
- name: tb
imagePullPolicy: Always
image: thingsboard/application:k8stest
image: thingsboard/application:1.2.4
ports:
- containerPort: 8080
name: ui

View File

@ -1,4 +1,4 @@
VERSION=k8stest
VERSION=1.2.4
PROJECT=thingsboard
APP=zk

View File

@ -87,7 +87,7 @@ spec:
containers:
- name: zk
imagePullPolicy: Always
image: thingsboard/zk:k8stest
image: thingsboard/zk:1.2.4
ports:
- containerPort: 2181
name: client