the one server
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
FROM netbirdio/dashboard:latest
|
|
||||||
|
|
||||||
ENV NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
|
|
||||||
ENV NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
|
|
||||||
ENV USE_AUTH0=false
|
|
||||||
ENV NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT=
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM netbirdio/netbird-server:latest
|
FROM netbirdio/netbird:latest
|
||||||
|
|
||||||
COPY config.yaml /etc/netbird/config.yaml
|
COPY config.yaml /etc/netbird/config.yaml
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
|
|
||||||
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
|
|
||||||
USE_AUTH0=false # ВАЖНО: отключает Auth0
|
|
||||||
|
|
||||||
# Эти переменные можно оставить пустыми (внешний IdP не используется):
|
|
||||||
NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT=
|
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
netbird-server:
|
birdy:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.netbird-server
|
dockerfile: Dockerfile.netbird-server
|
||||||
image: birdy/netbird-server:local
|
image: birdy/netbird:local
|
||||||
container_name: netbird-server
|
container_name: birdy-server
|
||||||
volumes:
|
volumes:
|
||||||
- netbird_data:/var/lib/netbird
|
- netbird_data:/var/lib/netbird
|
||||||
expose:
|
expose:
|
||||||
@@ -14,24 +14,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
dashboard:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile.dashboard
|
|
||||||
image: birdy/netbird-dashboard:local
|
|
||||||
container_name: netbird-dashboard
|
|
||||||
expose:
|
|
||||||
- "80"
|
|
||||||
depends_on:
|
|
||||||
- netbird-server
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
netbird_data:
|
netbird_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user