mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-10 22:01:16 +00:00
Fix APP_PORT: make container listen port and healthcheck follow APP_PORT
Co-authored-by: xCyanGrizzly <53275238+xCyanGrizzly@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,8 @@ AUTH_GITHUB_ID=""
|
||||
AUTH_GITHUB_SECRET=""
|
||||
|
||||
# App
|
||||
# APP_PORT controls the port the container listens on AND how it is exposed on the host.
|
||||
# If you change APP_PORT, also update NEXT_PUBLIC_APP_URL to match.
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
APP_PORT=3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user