Showing
10 changed files
with
11 additions
and
11 deletions
... | ... | @@ -18,7 +18,7 @@ version: '2' |
18 | 18 | |
19 | 19 | services: |
20 | 20 | tb: |
21 | - image: "thingsboard/application:1.3.1" | |
21 | + image: "thingsboard/application:1.4.0" | |
22 | 22 | ports: |
23 | 23 | - "8080:8080" |
24 | 24 | - "1883:1883" |
... | ... | @@ -32,7 +32,7 @@ services: |
32 | 32 | - "${HSQLDB_DATA_DIR}:/usr/share/thingsboard/data/sql" |
33 | 33 | entrypoint: /run-application.sh |
34 | 34 | cassandra: |
35 | - image: "cassandra:3.9" | |
35 | + image: "cassandra:3.11.2" | |
36 | 36 | ports: |
37 | 37 | - "9042" |
38 | 38 | - "9160" | ... | ... |