mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 22:32:21 +08:00
Devenv: Add default db for influxdb (#29371)
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
environment:
|
environment:
|
||||||
INFLUXDB_ADMIN_USER: grafana
|
INFLUXDB_ADMIN_USER: grafana
|
||||||
INFLUXDB_ADMIN_PASSWORD: grafana
|
INFLUXDB_ADMIN_PASSWORD: grafana
|
||||||
|
INFLUXDB_DB: site
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/blocks/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
|
- ./docker/blocks/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user