Merge pull request #7 from madhura68/fix/qnap-port-and-deploy-docs

fix(qnap): default host-port 18080 + documenteer cross-build deploy
This commit is contained in:
Janpeter Visser 2026-05-05 19:55:58 +02:00 committed by GitHub
commit 553a1ab551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 251 additions and 9 deletions

View file

@ -9,7 +9,7 @@
"down": "docker compose down",
"logs": "docker compose logs -f",
"rebuild": "docker compose build --no-cache && docker compose up -d",
"health": "curl -fsS http://localhost:${AGENT_HEALTH_PORT_HOST:-8080}/health | jq ."
"health": "curl -fsS http://localhost:${AGENT_HEALTH_PORT_HOST:-18080}/health | jq ."
},
"engines": {
"node": ">=22"