Allow configurable host port
All checks were successful
Template Compliance / compliance (push) Successful in 30s
Release Dry Run / release-dry-run (push) Successful in 4m23s
Build / build (push) Successful in 5m25s

This commit is contained in:
MrSphay
2026-05-15 16:46:14 +02:00
parent eec1cbe4b6
commit 8f13745c26
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ services:
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET:-change-me-with-openssl-rand-base64-32}
PORT: 3000
ports:
- "3000:3000"
- "${HOST_PORT:-3000}:3000"
command: sh -c "npx prisma migrate deploy && node server.js"
volumes: