Fixed netbird-compose.yml env variables

This commit is contained in:
pixelthorn
2026-06-26 05:28:45 +02:00
parent ace90b0e6f
commit 420aa0d63e
+13 -14
View File
@@ -7,23 +7,22 @@ services:
networks: [netbird, proxy-net]
ports:
- '8088:80'
env:
environment:
# Endpoints
NETBIRD_MGMT_API_ENDPOINT=https://netbird.zazlab.freeddns.org
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://netbird.zazlab.freeddns.org
- NETBIRD_MGMT_API_ENDPOINT=https://netbird.zazlab.freeddns.org
- NETBIRD_MGMT_GRPC_API_ENDPOINT=https://netbird.zazlab.freeddns.org
# OIDC - using embedded IdP
AUTH_AUDIENCE=netbird-dashboard
AUTH_CLIENT_ID=netbird-dashboard
AUTH_CLIENT_SECRET=${AUTH_CLIENT_SECRET}
AUTH_AUTHORITY=https://netbird.zazlab.freeddns.org/oauth2
USE_AUTH0=false
AUTH_SUPPORTED_SCOPES=openid profile email groups
AUTH_REDIRECT_URI=/nb-auth
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
- AUTH_AUDIENCE=netbird-dashboard
- AUTH_CLIENT_ID=netbird-dashboard
- AUTH_CLIENT_SECRET=${AUTH_CLIENT_SECRET}
- AUTH_AUTHORITY=https://netbird.zazlab.freeddns.org/oauth2
- USE_AUTH0=false
- AUTH_SUPPORTED_SCOPES=openid profile email groups
- AUTH_REDIRECT_URI=/nb-auth
- AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
# SSL
NGINX_SSL_PORT=443
# Letsencrypt
LETSENCRYPT_DOMAIN=none
- NGINX_SSL_PORT=443
- LETSENCRYPT_DOMAIN=none
logging:
driver: "json-file"
options: