mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Use volumes for grafana logs and plugins
This commit is contained in:
parent
e1d81c2dee
commit
30fb97a66d
@ -20,7 +20,7 @@ services:
|
|||||||
- 'GF_SESSION_PROVIDER=memory'
|
- 'GF_SESSION_PROVIDER=memory'
|
||||||
collectd:
|
collectd:
|
||||||
build: ./etcher-pro-monitoring/collectd
|
build: ./etcher-pro-monitoring/collectd
|
||||||
privileged: true # needed ?
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
beep:
|
beep:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
[paths]
|
[paths]
|
||||||
data = /data/grafana
|
data = /data/grafana/data
|
||||||
|
logs = /data/grafana/logs
|
||||||
|
plugins = /data/grafana/plugins
|
||||||
|
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user