Merge pull request #9720 from dashevchenko/postgres15

Updated postgres image version from 12 to 15
This commit is contained in:
Andrew Shvayka 2023-12-01 16:47:43 +02:00 committed by GitHub
commit 08d531ac11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ services:
- ~/.mytb-edge-logs:/var/log/tb-edge - ~/.mytb-edge-logs:/var/log/tb-edge
postgres: postgres:
restart: always restart: always
image: "postgres:12" image: "postgres:15"
ports: ports:
- "5432" - "5432"
environment: environment:

View File

@ -19,7 +19,7 @@ version: '3.0'
services: services:
postgres: postgres:
restart: always restart: always
image: "postgres:12" image: "postgres:15"
ports: ports:
- "5432" - "5432"
environment: environment:

View File

@ -19,7 +19,7 @@ version: '3.0'
services: services:
postgres: postgres:
restart: always restart: always
image: "postgres:12" image: "postgres:15"
ports: ports:
- "5432" - "5432"
environment: environment:

View File

@ -16,7 +16,7 @@
FROM thingsboard/openjdk11:bullseye-slim FROM thingsboard/openjdk11:bullseye-slim
ENV PG_MAJOR=12 ENV PG_MAJOR=15
ENV DATA_FOLDER=/data ENV DATA_FOLDER=/data