fix: pin Tasker deploy runner compose project

This commit is contained in:
Codex
2026-06-24 20:12:09 +03:00
parent f8c19d712a
commit 92feff97e6
3 changed files with 52 additions and 0 deletions
+23
View File
@@ -10,6 +10,29 @@
- Внутренний HTTP edge использует `18080`, AI Workspace Hub — `18081`, Tasker upstream — `18090`, BIM Viewer upstream — `18100`, Ops Agents Gateway upstream — `18190`.
- Старые порты `9000` и `5678` заняты старым `nodedc-demo` и не используются.
## Deploy runner
`nodedc-deploy` is managed outside the platform runtime tree. The synced install candidate lives in:
```text
/volume1/docker/nodedc-deploy/runner-install/nodedc-deploy
```
The live root-owned runner is:
```text
/usr/local/sbin/nodedc-deploy
```
`deploy-current.sh` syncs the runner candidate into `runner-install`. Promoting it to live is explicit:
```bash
sudo install -o root -g root -m 0755 \
/volume1/docker/nodedc-deploy/runner-install/nodedc-deploy \
/usr/local/sbin/nodedc-deploy
sudo /usr/local/sbin/nodedc-deploy verify-install
```
## Текущие внешние домены
```text