fix: update app and frontend port mappings to 3023 in .env.example and docker-compose.yml

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 00:51:01 -04:00
parent 7a022bc085
commit d38c799b27
2 changed files with 23 additions and 8 deletions

View File

@@ -3,9 +3,9 @@ services:
build: ./app
working_dir: /app
ports:
- "${APP_PORT:-3000}:3000"
- "${APP_PORT:-3023}:3023"
environment:
- APP_PORT=3000
- APP_PORT=3023
- NODE_ENV=${NODE_ENV:-development}
- DB_PATH=/var/lib/charactergarden/app.db
- OLLAMA_URL=${OLLAMA_URL:-http://ollama:11434}