Showing
1 changed file
with
2 additions
and
1 deletions
@@ -19,11 +19,12 @@ version: '2.2' | @@ -19,11 +19,12 @@ version: '2.2' | ||
19 | services: | 19 | services: |
20 | postgres: | 20 | postgres: |
21 | restart: always | 21 | restart: always |
22 | - image: "postgres:10" | 22 | + image: "postgres:11.6" |
23 | ports: | 23 | ports: |
24 | - "5432" | 24 | - "5432" |
25 | environment: | 25 | environment: |
26 | POSTGRES_DB: thingsboard | 26 | POSTGRES_DB: thingsboard |
27 | + POSTGRES_PASSWORD: postgres | ||
27 | volumes: | 28 | volumes: |
28 | - ./tb-node/postgres:/var/lib/postgresql/data | 29 | - ./tb-node/postgres:/var/lib/postgresql/data |
29 | tb1: | 30 | tb1: |