Showing
7 changed files
with
9 additions
and
9 deletions
... | ... | @@ -18,16 +18,16 @@ version: '2' |
18 | 18 | |
19 | 19 | services: |
20 | 20 | tb: |
21 | - image: "thingsboard/application:k8stest" | |
21 | + image: "thingsboard/application:1.2.4" | |
22 | 22 | ports: |
23 | 23 | - "8080:8080" |
24 | - - "1884:1883" | |
24 | + - "1883:1883" | |
25 | 25 | - "5683:5683/udp" |
26 | 26 | env_file: |
27 | 27 | - tb.env |
28 | 28 | entrypoint: ./run-application.sh |
29 | 29 | tb-cassandra-schema: |
30 | - image: "thingsboard/tb-cassandra-schema:k8stest" | |
30 | + image: "thingsboard/tb-cassandra-schema:1.2.4" | |
31 | 31 | environment: |
32 | 32 | - SKIP_SCHEMA_CREATION=${SKIP_SCHEMA_CREATION} |
33 | 33 | - SKIP_SYSTEM_DATA=${SKIP_SYSTEM_DATA} | ... | ... |