forked from coop-cloud/monitoring-ng
Otherwise the secret has to be provided when oidc is not used Reviewed-on: coop-cloud/monitoring-ng#6 Co-authored-by: p4u1 <p4u1_f4u1@riseup.net> Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
1. OIDC was moved into a seperate compose file. If you have oidc configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-oidc.yml"
|
|
|
|
2. SMTP was moved into a seperate compose file. If you have smtp configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-smtp.yml"
|