fix: influxdb mount path

This commit is contained in:
Laur Ivan 2023-04-13 12:01:03 +02:00
parent 3a07758b4a
commit 8c42ceac4f
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -33,4 +33,3 @@ scrape_configs:
{% for target in grafana_prometheus_targets %} {% for target in grafana_prometheus_targets %}
- "{{ target }}" - "{{ target }}"
{% endfor %} {% endfor %}