Merge pull request #9720 from dashevchenko/postgres15
Updated postgres image version from 12 to 15
This commit is contained in:
commit
08d531ac11
@ -51,7 +51,7 @@ services:
|
||||
- ~/.mytb-edge-logs:/var/log/tb-edge
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:12"
|
||||
image: "postgres:15"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
|
||||
@ -19,7 +19,7 @@ version: '3.0'
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:12"
|
||||
image: "postgres:15"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
|
||||
@ -19,7 +19,7 @@ version: '3.0'
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:12"
|
||||
image: "postgres:15"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
FROM thingsboard/openjdk11:bullseye-slim
|
||||
|
||||
ENV PG_MAJOR=12
|
||||
ENV PG_MAJOR=15
|
||||
|
||||
ENV DATA_FOLDER=/data
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user