build lockfile
Build and Push Docker Image / build (push) Successful in 31s

This commit is contained in:
2026-05-09 23:10:59 -05:00
parent 31cc67dbae
commit fffa421511
5 changed files with 3213 additions and 5 deletions
+5 -1
View File
@@ -31,13 +31,17 @@ npm run build # tsc → dist/
npm start # node dist/server.js
```
## Docker
## Docker (local dev)
```bash
docker compose up --build -d
docker compose logs -f totalmcp
```
## Unraid deployment
Step-by-step GUI walkthrough — paths, variables, ports, network — lives in [`INSTALL-UNRAID.md`](INSTALL-UNRAID.md). Covers the full deploy at `10.2.0.35:8811` plus a minimal "Gitea-plugin-only" starter config.
## Endpoints
| Method | Path | Auth | Purpose |