fix: update Prisma schema path and upgrade PostgreSQL image to 18-alpine

This commit is contained in:
2026-07-25 09:19:53 +02:00
parent 4521ec1b3e
commit eacbf59a10
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -2,7 +2,7 @@ version: "3.9"
services:
pp-db:
image: postgres:16-alpine
image: postgres:18-alpine
restart: unless-stopped
environment:
POSTGRES_USER: pp
@@ -15,8 +15,6 @@ services:
interval: 10s
timeout: 5s
retries: 5
ports:
- "5432:5432"
pp-backend:
build: