add configurable port

This commit is contained in:
Brandon Egger 2024-02-29 17:16:39 -06:00
parent 832a77f109
commit e910515270
2 changed files with 4 additions and 1 deletions

View File

@ -19,3 +19,6 @@ DATABASE_URL=
# Admin account details
ADMIN_PASSWORD="password"
# Container Port
PORT=1234

View File

@ -6,7 +6,7 @@ services:
context: .
restart: always
ports:
- "1234:3000"
- "${PORT}:3000"
environment:
- NEXTAUTH_SECRET
- NEXTAUTH_URL