Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6d388c4dbb | |||
8c42ceac4f |
@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.1.4](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.3...v1.1.4) (2023-04-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* influxdb mount path ([8c42cea](https://git.laurivan.com/Dev/ansible-role-grafana/commit/8c42ceac4f89e6259085dfa6c6a97e4942d28655))
|
||||
|
||||
### [1.1.3](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.2...v1.1.3) (2023-04-13)
|
||||
|
||||
|
||||
|
@ -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