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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user