mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
1
devenv/docker/blocks/influxdb/.env
Normal file
1
devenv/docker/blocks/influxdb/.env
Normal file
@@ -0,0 +1 @@
|
||||
influxdb_version=1.8.1-alpine
|
||||
@@ -1,5 +1,5 @@
|
||||
influxdb:
|
||||
image: influxdb:1.7.6
|
||||
image: influxdb:${influxdb_version}
|
||||
container_name: influxdb
|
||||
ports:
|
||||
- '2004:2004'
|
||||
|
||||
Reference in New Issue
Block a user