env
This commit is contained in:
@@ -19,6 +19,17 @@ services:
|
||||
image: netbirdio/dashboard:latest
|
||||
container_name: netbird-dashboard
|
||||
# env_file не нужен — переменные заданы в Stack Environment Variables
|
||||
environment:
|
||||
- NETBIRD_MGMT_API_ENDPOINT=${NETBIRD_MGMT_API_ENDPOINT}
|
||||
- NETBIRD_MGMT_GRPC_API_ENDPOINT=${NETBIRD_MGMT_GRPC_API_ENDPOINT}
|
||||
- AUTH_AUDIENCE=${AUTH_AUDIENCE}
|
||||
- AUTH_CLIENT_ID=${AUTH_CLIENT_ID}
|
||||
- AUTH_CLIENT_SECRET=${AUTH_CLIENT_SECRET}
|
||||
- AUTH_AUTHORITY=${AUTH_AUTHORITY}
|
||||
- USE_AUTH0=${USE_AUTH0}
|
||||
- AUTH_SUPPORTED_SCOPES=${AUTH_SUPPORTED_SCOPES}
|
||||
- AUTH_REDIRECT_URI=${AUTH_REDIRECT_URI}
|
||||
- AUTH_SILENT_REDIRECT_URI=${AUTH_SILENT_REDIRECT_URI}
|
||||
expose:
|
||||
- "80"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user