OPS - GATEWAY: prepare Ops Agents Synology deploy
This commit is contained in:
@@ -45,7 +45,9 @@ docker compose --env-file .env -f docker-compose.local.yml up -d --build
|
||||
curl http://127.0.0.1:4100/readyz
|
||||
```
|
||||
|
||||
The `agent-gateway` container waits for local Postgres, runs migrations on startup, and exposes the same `:4100` endpoint used by Tasker (`PLANE_NODEDC_AGENT_GATEWAY_URL=http://host.docker.internal:4100`).
|
||||
The `agent-gateway` container waits for local Postgres, runs migrations on startup, and exposes the same `:4100` internal endpoint used by Tasker (`PLANE_NODEDC_AGENT_GATEWAY_URL=http://host.docker.internal:4100`). `HOST_PORT` controls the host-side port for reverse proxy deployments; Synology should use `docker-compose.synology.yml` with `127.0.0.1:18190:4100` because `18090` is reserved for Tasker. The user-facing setup packet uses `NODEDC_AGENT_GATEWAY_PUBLIC_URL`; product defaults point to `https://ops-agents.nodedc.ru`, not localhost.
|
||||
|
||||
Synology deployment notes live in `docs/SYNOLOGY_DEPLOY.md`.
|
||||
|
||||
Direct Node.js development:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user