Fixed netbird-compose.yml env variables
This commit is contained in:
+13
-14
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user