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

@@ -8,5 +8,4 @@ services:
NODE_ENV: development
NEXT_PUBLIC_SITE_URL: http://localhost:3000
ports:
- "${WEB_PORT:-3000}:3000"
- "${WEB_PORT:-7003}:3000"