Compare commits
3 Commits
282f0fb1bd
...
22e66747d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 22e66747d0 | |||
| 21cdfe57eb | |||
| 78d63abc83 |
@@ -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.
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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")}}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h2 class="title is-4">PostgreSQL Port for Superengine</h2>
|
||||
<p>Copyright 2025 Superengine.</p>
|
||||
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
|
||||
<p class="mt-5">This port uses the postgresql image with the tag 17.4 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
||||
<p class="mt-5">This port uses the postgresql image with the tag 18.1 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
||||
<p class="mt-5">Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"name": {
|
||||
"en": "PostgreSQL"
|
||||
},
|
||||
"version": "17.4-5"
|
||||
"version": "18.1"
|
||||
},
|
||||
"entitlements": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user