This commit is contained in:
2025-11-24 18:51:07 +00:00
parent 282f0fb1bd
commit 78d63abc83
4 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,5 @@ If, for any reason, the URI provided in this file to the Software License Agreem
This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file.
This software uses the following third-party software:
- the postgresql image with the tag 17.4 from Docker Hub
- the postgresql image with the tag 18.1 from Docker Hub
Third-party software have a different copyright owner and license.

View File

@@ -1,6 +1,6 @@
# PostgreSQL Port for Superengine
This port uses the `postgresql` image which is the ["official" PostgreSQL Docker image](https://hub.docker.com/_/postgres/) with the tag `17.4`. The port may be updated to use a newer tag in the future.
This port uses the `postgresql` image which is the ["official" PostgreSQL Docker image](https://hub.docker.com/_/postgres/) with the tag `18.1`. The port may be updated to use a newer tag in the future.
## Installation

View File

@@ -1,13 +1,13 @@
services:
{{app_id}}-postgresql:
image: postgres:17.4
image: postgres:18.1
restart: always
environment:
POSTGRES_USER: {{entitlements.db-user}}
POSTGRES_PASSWORD: {{entitlements.db-password}}
POSTGRES_DB: {{entitlements.db-name}}
volumes:
- {{entitlements.folder-path}}:/var/lib/postgresql/data
- {{entitlements.folder-path}}:/var/lib/postgresql
ports:
- {{entitlements.port-number}}:5432
{{#unless (eq entitlements.os "windows")}}

View File

@@ -4,7 +4,7 @@
"name": {
"en": "PostgreSQL"
},
"version": "17.4-5"
"version": "18.1"
},
"entitlements": [
{