From b55c89603721ccd327214cccf24d8cd4edab7bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=BA=D0=B0?= Date: Thu, 26 Feb 2026 22:32:58 +0300 Subject: [PATCH] =?UTF-8?q?Agent:=20NetBird=20IP-=D0=B0=D0=B4=D1=80=D0=B5?= =?UTF-8?q?=D1=81=D0=B0,=20host=20network=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/dttb/oleg-agent/docker-compose.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/dttb/oleg-agent/docker-compose.yml b/projects/dttb/oleg-agent/docker-compose.yml index db997b7..522d353 100644 --- a/projects/dttb/oleg-agent/docker-compose.yml +++ b/projects/dttb/oleg-agent/docker-compose.yml @@ -11,16 +11,17 @@ services: - GITEA_URL=http://git.dttb.ru - GITEA_USER=oleg - GITEA_PASS=OL260380eg - - PROXMOX_URL=https://10.0.0.250:8006 + - PROXMOX_URL=https://100.70.121.235:8006 - NEXTCLOUD_URL=https://dttb.ru + - CLAWDBOT_URL=http://100.70.219.93:3400 volumes: - agent-data:/workspace - ./secrets:/secrets:ro - # Если NetBird в host mode: - # network_mode: host + # NetBird в host mode — агент видит всю mesh-сеть + network_mode: host extra_hosts: - - "git.dttb.ru:10.0.0.189" - - "dttb.ru:10.0.0.230" + - "git.dttb.ru:100.70.121.235" + - "dttb.ru:100.70.121.235" volumes: agent-data: