50051
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
listenAddress: ":80"
|
||||
exposedAddress: "https://birdy.greact.online:8444"
|
||||
exposedAddress: "grpc://birdy.greact.online:50051"
|
||||
stunPorts:
|
||||
- 3478
|
||||
logLevel: "info"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user