Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e0dc2677fd325161f9f9fca833f721b4a05c49a6
Authored by
Igor Kulikov
2017-10-16 19:05:28 +0300
1 parent
e67774bb
Update docker version to 1.3.1
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
docker/docker-compose.yml
docker/k8s/cassandra-setup.yaml
docker/k8s/cassandra.yaml
docker/k8s/tb.yaml
docker/k8s/zookeeper.yaml
docker/docker-compose.yml
View file @
e0dc267
...
...
@@ -18,7 +18,7 @@ version: '2'
18
18
19
19
services
:
20
20
tb
:
21
-
image
:
"
thingsboard/application:1.3.
0
"
21
+
image
:
"
thingsboard/application:1.3.
1
"
22
22
ports
:
23
23
-
"
8080:8080"
24
24
-
"
1883:1883"
...
...
docker/k8s/cassandra-setup.yaml
View file @
e0dc267
...
...
@@ -22,7 +22,7 @@ spec:
22
22
containers
:
23
23
-
name
:
cassandra-setup
24
24
imagePullPolicy
:
Always
25
-
image
:
thingsboard/cassandra-setup:1.3.
0
25
+
image
:
thingsboard/cassandra-setup:1.3.
1
26
26
env
:
27
27
-
name
:
ADD_DEMO_DATA
28
28
value
:
"
true"
...
...
docker/k8s/cassandra.yaml
View file @
e0dc267
...
...
@@ -54,7 +54,7 @@ spec:
54
54
topologyKey
:
"
kubernetes.io/hostname"
55
55
containers
:
56
56
-
name
:
cassandra
57
-
image
:
thingsboard/cassandra:1.3.
0
57
+
image
:
thingsboard/cassandra:1.3.
1
58
58
imagePullPolicy
:
Always
59
59
ports
:
60
60
-
containerPort
:
7000
...
...
docker/k8s/tb.yaml
View file @
e0dc267
...
...
@@ -82,7 +82,7 @@ spec:
82
82
containers
:
83
83
-
name
:
tb
84
84
imagePullPolicy
:
Always
85
-
image
:
thingsboard/application:1.3.
0
85
+
image
:
thingsboard/application:1.3.
1
86
86
ports
:
87
87
-
containerPort
:
8080
88
88
name
:
ui
...
...
docker/k8s/zookeeper.yaml
View file @
e0dc267
...
...
@@ -87,7 +87,7 @@ spec:
87
87
containers
:
88
88
-
name
:
zk
89
89
imagePullPolicy
:
Always
90
-
image
:
thingsboard/zk:1.3.
0
90
+
image
:
thingsboard/zk:1.3.
1
91
91
ports
:
92
92
-
containerPort
:
2181
93
93
name
:
client
...
...