fix: influxdb mount path
This commit is contained in:
parent
3a07758b4a
commit
8c42ceac4f
@ -20,7 +20,7 @@ services:
|
||||
ports:
|
||||
- '{{ influxdb.port }}:8086'
|
||||
volumes:
|
||||
- "{{ grafana_volume_influxdb | expanduser | realpath }}:/var/lib/influxdb"
|
||||
- "{{ grafana_volume_influxdb | expanduser | realpath }}:/var/lib/influxdb2"
|
||||
env_file:
|
||||
- "{{ grafana_setup_path | expanduser | realpath }}/env.influxdb.conf"
|
||||
networks:
|
||||
|
@ -33,4 +33,3 @@ scrape_configs:
|
||||
{% for target in grafana_prometheus_targets %}
|
||||
- "{{ target }}"
|
||||
{% endfor %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user