OPS - GATEWAY: bind Synology service to NAS address

This commit is contained in:
DCCONSTRUCTIONS
2026-05-15 10:21:16 +03:00
parent 9677c455b3
commit 19d5f18bf5
4 changed files with 17 additions and 14 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
NODE_ENV=production
HOST=0.0.0.0
PORT=4100
HOST_BIND=172.22.0.222
HOST_PORT=18190
LOG_LEVEL=info
NODEDC_AGENT_GATEWAY_PUBLIC_URL=https://ops-agents.nodedc.ru
NODEDC_AGENT_GATEWAY_INTERNAL_TOKEN=replace-with-strong-gateway-internal-token
NODEDC_LAUNCHER_INTERNAL_URL=http://127.0.0.1:18080
NODEDC_TASKER_INTERNAL_URL=http://127.0.0.1:18090
NODEDC_LAUNCHER_INTERNAL_URL=http://172.22.0.222:18080
NODEDC_TASKER_INTERNAL_URL=http://172.22.0.222:18090
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-platform-internal-access-token
POSTGRES_DB=nodedc_agent_gateway