forked from dominikrys/docker-influxdb-grafana-traefik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
executable file
·24 lines (19 loc) · 808 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
COMPOSE_PROJECT_NAME=monitoring
# Grafana
GRAFANA_DOCKER_CONTAINER_NAME=grafana
GRAFANA_ADMIN_USER=admin
GRAFANA_ADMIN_PASSWORD=grafana-admin
# InfluxDB
INFLUXDB_DOCKER_CONTAINER_NAME=influxdb
INFLUXDB_PORT=8086
INFLUXDB_DB=example_db
INFLUXDB_ADMIN_USER=admin
INFLUXDB_ADMIN_PASSWORD=influxdb-admin
# Traefik
MONITORING_DOMAIN=monitoring.docker.localhost # Local deployment
#MONITORING_DOMAIN=yourwebsite.com
CA_SERVER=https://acme-staging-v02.api.letsencrypt.org/directory # Staging
#CA_SERVER=https://acme-v02.api.letsencrypt.org/directory # Production
# Let's Encrypt may use this email to contact you about expiring certificates and issues related to your account.
# More info: https://cert-manager.io/docs/configuration/acme/#creating-a-basic-acme-issuer