DOCKER\_INFLUXDB\_INIT\_MODE | setup | [Automatically bootstrap the system](https://github.com/docker-library/docs/blob/master/influxdb/README.md#automated-setup) |
DOCKER\_INFLUXDB\_INIT\_USERNAME | telegraf\_user | Influxdb superadmin user |
DOCKER\_INFLUXDB\_INIT\_PASSWORD | telegraf\_password | Influxdb superadmin password |
DOCKER\_INFLUXDB\_INIT\_ORG | telegraf\_org | Influxdb Organization (used by influxdb / telegraf / grafana) |
DOCKER\_INFLUXDB\_INIT\_BUCKET | telegraf | Influxdb bucket to store reports (used by influxdb / telegraf / grafana) |
DOCKER\_INFLUXDB\_INIT\_ADMIN\_TOKEN | telegraf\_token | Influxdb superadmin token (used by influxdb / telegraf / grafana) |
DOCKER\_INFLUXDB\_INIT\_RETENTION | | Influxdb data retention, default will retain forever |
INFLUXD\_REPORTING\_DISABLED | false | Disable [InfluxData telemetry](https://docs.influxdata.com/influxdb/v2.0/reference/config-options/#reporting-disabled) |
TELEGRAF\_LISTENER\_PORT | 8080 | Port used by [http\_listener\_v2](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http_listener_v2) input, endpoint for the reports sent by Duplicati |
TELEGRAF\_LISTENER\_PATH | / | Path to listen to |
GF\_SECURITY\_ADMIN\_USER | admin | Grafana superadmin user |
GF\_SECURITY\_ADMIN\_PASSWORD | password | Grafana superadmin password |
GF\_SERVER\_ROOT\_URL | [http://localhost:3000](http://localhost:3000) | Grafana URL, used in some templates like email notifications |
GF\_DASHBOARDS\_DEFAULT\_HOME\_DASHBOARD\_PATH | /etc/grafana/provisioning/dashboards/duplicati\_dashboard.json | Force Duplicati dashboard by default on home page |
GF\_SMTP\_ENABLED | false | [Set to true for email notifications](https://grafana.com/docs/grafana/latest/administration/configuration/#smtp) |
GF\_SMTP\_HOST | localhost:25 | SMTP relay server. \[host\]:\[port\] |
GF\_SMTP\_FROM\_NAME | Grafana | Name of the email sender |
GF\_SMTP\_USER | | In case of SMTP auth |
GF\_SMTP\_PASSWORD | | In case of SMTP auth |
GF\_SMTP\_FROM\_ADDRESS | | Address used when sending out emails |
GF\_SMTP\_EHLO\_IDENTITY | ${HOSTNAME} | Name to be used as client identity for EHLO in SMTP dialog (Default will be the container ID) |
GF\_SMTP\_STARTTLS\_POLICY | | “OpportunisticStartTLS”, “MandatoryStartTLS”, “NoStartTLS” |
NOTIFIER\_EMAIL\_RECIPIENT | | Recipients for email notification (separated by a semicolon) |
NOTIFIER\_EMAIL\_REMINDER\_ENABLE | true | Re-send an email if alerts are still active |
NOTIFIER\_EMAIL\_REMINDER\_FREQUENCY | 2h | Delay between email reminders |