add configurable port
This commit is contained in:
parent
832a77f109
commit
e910515270
@ -19,3 +19,6 @@ DATABASE_URL=
|
||||
|
||||
# Admin account details
|
||||
ADMIN_PASSWORD="password"
|
||||
|
||||
# Container Port
|
||||
PORT=1234
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
context: .
|
||||
restart: always
|
||||
ports:
|
||||
- "1234:3000"
|
||||
- "${PORT}:3000"
|
||||
environment:
|
||||
- NEXTAUTH_SECRET
|
||||
- NEXTAUTH_URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user