fix: update Prisma schema path and upgrade PostgreSQL image to 18-alpine
This commit is contained in:
+1
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user