fix: align environment ports

This commit is contained in:
2026-05-22 07:57:48 +00:00
parent abfc8dcf8e
commit 252cc226b4
6 changed files with 11 additions and 9 deletions

View File

@@ -4,5 +4,4 @@ services:
NODE_ENV: production
NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-http://localhost:3001}
ports:
- "${WEB_PORT:-3001}:3000"
- "${WEB_PORT:-6003}:3000"