fix: update app port mapping in docker-compose.yml from 3000 to 3023

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 00:36:21 -04:00
parent ca49565117
commit 76dee7e73f

View File

@@ -3,7 +3,7 @@ services:
build: ./app build: ./app
working_dir: /app working_dir: /app
ports: ports:
- "${APP_PORT:-3000}:3000" - "${APP_PORT:-3023}:3023"
environment: environment:
- APP_PORT=3023 - APP_PORT=3023
- NODE_ENV=${NODE_ENV:-development} - NODE_ENV=${NODE_ENV:-development}