This commit is contained in:
Nikita Bizyaev
2026-05-05 16:05:38 +03:00
parent f21c0e2536
commit e6b6fcffd6
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
server:
listenAddress: ":80"
exposedAddress: "https://birdy.greact.online:8444"
exposedAddress: "grpc://birdy.greact.online:50051"
stunPorts:
- 3478
logLevel: "info"

View File

@@ -1,5 +1,5 @@
NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
NETBIRD_MGMT_API_ENDPOINT=grpc://birdy.greact.online:50051
NETBIRD_MGMT_GRPC_API_ENDPOINT=grpc://birdy.greact.online:50051
AUTH_AUDIENCE=netbird-dashboard
AUTH_CLIENT_ID=netbird-dashboard

View File

@@ -9,8 +9,8 @@ services:
expose:
- "80" # Management API + OAuth2 + Signal → внутрь proxy-сети
ports:
- "3478:3478/udp" # STUN, как было
- "8444:80" # ← новый публичный TCPпорт для management (пример)
- "3478:3478/udp" # STUN
- "50051:80" # публичный TCPпорт для management
volumes:
- netbird_data:/var/lib/netbird # именованный volume (не bind-mount)
networks: