Browse Source

Fixed version

pull/145/head
Volodymyr Babak 9 years ago
parent
commit
d850f92c7b
  1. 6
      docker/docker-compose.yml
  2. 2
      docker/tb-cassandra-schema/Makefile
  3. 2
      docker/tb-cassandra-schema/tb-cassandra-schema.yaml
  4. 2
      docker/tb/Makefile
  5. 2
      docker/tb/tb.yaml
  6. 2
      docker/zookeeper/Makefile
  7. 2
      docker/zookeeper/zookeeper.yaml

6
docker/docker-compose.yml

@ -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}

2
docker/tb-cassandra-schema/Makefile

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

2
docker/tb-cassandra-schema/tb-cassandra-schema.yaml

@ -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"

2
docker/tb/Makefile

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

2
docker/tb/tb.yaml

@ -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

2
docker/zookeeper/Makefile

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

2
docker/zookeeper/zookeeper.yaml

@ -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

Loading…
Cancel
Save