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