diff --git a/netbird-compose.yml b/netbird-compose.yml index 2bc448c..ac16da4 100644 --- a/netbird-compose.yml +++ b/netbird-compose.yml @@ -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: