fix: pin Tasker deploy runner compose project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user