Setup cloud-init script for DO droplets (#1)

* adding init script and example/soon to be used configs

* uncomment and get ready for launch

* update monero node setup cmds

* include deletion of base data

* remove auth from grafana altogether

* remove unused var

* remove hsts reqs

* remove unused confs
This commit is contained in:
lalanza808
2021-01-07 13:24:09 -08:00
committed by GitHub
parent 82f2ffea03
commit 4ca6342432
4 changed files with 103 additions and 7 deletions

View File

@@ -26,14 +26,14 @@ services:
- 127.0.0.1:3000:3000
environment:
HOSTNAME: grafana
GF_SECURITY_ADMIN_USER: admin
GF_SECURITY_ADMIN_PASSWORD: ${GRAFANA_PASSWORD}
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
GF_ANALYTICS_REPORTING_ENABLED: "false"
GF_ANALYTICS_CHECK_FOR_UPDATES: "false"
GF_USERS_ALLOW_SIGN_UP: "false"
GF_USERS_ALLOW_ORG_CREATE: "false"
GF_LOG_LEVEL: "debug"
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_AUTH_BASIC_ENABLED: "false"
GF_AUTH_DISABLE_LOGIN_FORM: "true"
volumes:
- ./files/grafana/dashboards.yaml:/etc/grafana/provisioning/dashboards/default.yaml:ro
- ./files/grafana/prometheus.yaml:/etc/grafana/provisioning/datasources/prometheus.yaml:ro