Allow configurable host port
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user