changed influx environment vars

This commit is contained in:
Gorden Mende
2021-09-29 10:16:14 +02:00
parent bdb9956249
commit 904c15bdf5
2 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ services:
- node.labels.openhab == true
influxdb:
image: influxdb
image: influxdb:2.0.7
container_name: mon_influxdb
ports:
- '8083:8083'
+6 -10
View File
@@ -1,10 +1,6 @@
INFLUXDB_DATA_ENGINE=tsm1
INFLUXDB_REPORTING_DISABLED=false
INFLUXDB_DB=OpenHAB3_DB
INFLUXDB_HTTP_AUTH_ENABLED=TRUE
INFLUXDB_ADMIN_USER=admin
INFLUXDB_ADMIN_PASSWORD=#gentoo#
INFLUXDB_WRITE_USER=openhab
INFLUXDB_WRITE_USER_PASSWORD=openhab
INFLUXDB_READ_USER=grafana
INFLUXDB_READ_USER_PASSWORD=grafana
DOCKER_INFLUXDB_INIT_MODE=setup
DOCKER_INFLUXDB_INIT_USERNAME=admin
DOCKER_INFLUXDB_INIT_PASSWORD=#gentoo#
DOCKER_INFLUXDB_INIT_ORG=realm.local
DOCKER_INFLUXDB_INIT_BUCKET=openhab
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=mytoken