Commit 2fcc9077694c5a2f41638c638b753bec701b92b7

Authored by Igor Kulikov
2 parents 3b21d8f0 57c2915e

Merge branch 'master' into develop/3.0

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