Skip to content

Commit

Permalink
fix: Disable auto_assign_org
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Feb 12, 2024
1 parent 31d98b9 commit cdc382d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://id.test.vshn.net/auth/realms/VSHN-main-dev-realm/protocol/openid-connect/token
- GF_SERVER_DOMAIN=operator-dev-grafana.apps.cloudscale-lpg-2.appuio.cloud
- GF_SERVER_ROOT_URL=https://operator-dev-grafana.apps.cloudscale-lpg-2.appuio.cloud
- GF_USERS_AUTO_ASSIGN_ORG=false
ports:
- "3000:3000"
labels:
Expand Down

0 comments on commit cdc382d

Please sign in to comment.