mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added option to specify a mount point for influxdb.
INFLUXDB_DATA=/somedir/ docker-compose -f docker-compose-monitor up
This commit is contained in:
parent
1be81dbdf9
commit
b82e60f074
@ -9,6 +9,8 @@ services:
|
||||
- "8099"
|
||||
environment:
|
||||
PRE_CREATE_DB: "telegraf"
|
||||
volumes:
|
||||
- $INFLUXDB_DATA:/data
|
||||
|
||||
grafana:
|
||||
image: bigchaindb/grafana-bigchaindb-docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user