Merge pull request #31 from mbentley/update-compose-auth

Turn on auth by default in compose example; fixes #24
This commit is contained in:
VictorRobellini 2021-03-12 17:25:11 -05:00 committed by GitHub
commit 12b630f7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ Stripped [yaml templates](https://github.com/VictorRobellini/K8s-homelab-pub) us
TZ: "America/New_York" TZ: "America/New_York"
INFLUXDB_DATA_QUERY_LOG_ENABLED: "false" INFLUXDB_DATA_QUERY_LOG_ENABLED: "false"
INFLUXDB_REPORTING_DISABLED: "true" INFLUXDB_REPORTING_DISABLED: "true"
INFLUXDB_HTTP_AUTH_ENABLED: "true"
INFLUXDB_ADMIN_USER: "admin" INFLUXDB_ADMIN_USER: "admin"
INFLUXDB_ADMIN_PASSWORD: "adminpassword" INFLUXDB_ADMIN_PASSWORD: "adminpassword"
INFLUXDB_USER: "pfsense" INFLUXDB_USER: "pfsense"