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

@@ -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")}}