-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from hubmapconsortium/development
Release 1.2.0
- Loading branch information
Showing
14 changed files
with
1,380 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.0 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM grafana/grafana | ||
# Disable Login form or not | ||
# ENV GF_AUTH_DISABLE_LOGIN_FORM="true" | ||
# # Allow anonymous authentication or not | ||
# ENV GF_AUTH_ANONYMOUS_ENABLED="true" | ||
# # Role of anonymous user | ||
# ENV GF_AUTH_ANONYMOUS_ORG_ROLE="Admin" | ||
ENV GF_DATABASE_SSL_MODE="disable" | ||
ENV GF_SERVER_PROTOCOL="https" | ||
ENV GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH="/etc/grafana/dashboards/default.json" | ||
|
||
ADD ./provisioning /etc/grafana/provisioning | ||
ADD ./dashboards /etc/grafana/dashboards |
Oops, something went wrong.