added first draft
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
TZ=Europe/Vienna
|
||||
|
||||
INFLUXDB_PORT=8086
|
||||
GRAFANA_PORT=3000
|
||||
NODERED_PORT=1880
|
||||
MQTT_PORT=1883
|
||||
MQTT_WS_PORT=9001
|
||||
|
||||
MQTT_USER=iotuser
|
||||
MQTT_PASS=strongpassword
|
||||
|
||||
DOCKER_INFLUXDB_INIT_MODE=setup
|
||||
DOCKER_INFLUXDB_INIT_USERNAME=admin
|
||||
DOCKER_INFLUXDB_INIT_PASSWORD=supersecret
|
||||
DOCKER_INFLUXDB_INIT_ORG=homelab
|
||||
DOCKER_INFLUXDB_INIT_BUCKET=nodered
|
||||
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=mysupertoken
|
||||
|
||||
GF_SECURITY_ADMIN_USER=admin
|
||||
GF_SECURITY_ADMIN_PASSWORD=admin
|
||||
Reference in New Issue
Block a user