InfluxDB: Upgrade InfluxDB in devenv (#26983)

* InfluxDB: Upgrade InfluxDB in devenv
* InfluxDB: De-export symbols
* InfluxDB: Remove unused code
* devenv: Make InfluxDB version configurable

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-08-19 09:23:11 +02:00
committed by GitHub
parent 689ca1be87
commit 0e1e85656b
10 changed files with 62 additions and 150 deletions

View File

@@ -0,0 +1 @@
influxdb_version=1.8.1-alpine

View File

@@ -1,5 +1,5 @@
influxdb:
image: influxdb:1.7.6
image: influxdb:${influxdb_version}
container_name: influxdb
ports:
- '2004:2004'