upgrade dependencies and docker builds to npm latest

This commit is contained in:
2026-02-24 11:20:18 -05:00
parent bb01311a8a
commit fd168f607c
8 changed files with 566 additions and 876 deletions

View File

@@ -36,6 +36,7 @@ docker compose up --build -d
For local Docker, host port mapping comes from `docker-compose.override.yml` (default `http://localhost:3000`, configurable via `APP_PORT`).
For Coolify/remote Docker Compose, only container port `3000` is exposed internally (no fixed host port bind), avoiding host port collisions.
Runtime data persists in the `app_data` volume (`/app/data` in container).
Docker builds install the npm version from `NPM_VERSION` (default `latest`).
## Environment