Changes
This commit is contained in:
@@ -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")}}
|
||||
|
||||
Reference in New Issue
Block a user