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] networks: [netbird, proxy-net]
ports: ports:
- '8088:80' - '8088:80'
env: environment:
# Endpoints # Endpoints
NETBIRD_MGMT_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 - NETBIRD_MGMT_GRPC_API_ENDPOINT=https://netbird.zazlab.freeddns.org
# OIDC - using embedded IdP # OIDC - using embedded IdP
AUTH_AUDIENCE=netbird-dashboard - AUTH_AUDIENCE=netbird-dashboard
AUTH_CLIENT_ID=netbird-dashboard - AUTH_CLIENT_ID=netbird-dashboard
AUTH_CLIENT_SECRET=${AUTH_CLIENT_SECRET} - AUTH_CLIENT_SECRET=${AUTH_CLIENT_SECRET}
AUTH_AUTHORITY=https://netbird.zazlab.freeddns.org/oauth2 - AUTH_AUTHORITY=https://netbird.zazlab.freeddns.org/oauth2
USE_AUTH0=false - USE_AUTH0=false
AUTH_SUPPORTED_SCOPES=openid profile email groups - AUTH_SUPPORTED_SCOPES=openid profile email groups
AUTH_REDIRECT_URI=/nb-auth - AUTH_REDIRECT_URI=/nb-auth
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth - AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
# SSL # SSL
NGINX_SSL_PORT=443 - NGINX_SSL_PORT=443
# Letsencrypt - LETSENCRYPT_DOMAIN=none
LETSENCRYPT_DOMAIN=none
logging: logging:
driver: "json-file" driver: "json-file"
options: options: