🔧 Move influx data to subdirectory
This commit is contained in:
parent
3f5d63348d
commit
5b327382fc
1 changed files with 3 additions and 1 deletions
|
@ -277,7 +277,9 @@
|
|||
DOCKER_INFLUXDB_INIT_ORG: Netz39
|
||||
DOCKER_INFLUXDB_INIT_BUCKET: default
|
||||
volumes:
|
||||
- "{{ data_dir }}/influxdb:/var/lib/influxdb2"
|
||||
- "{{ data_dir }}/influxdb/data:/var/lib/influxdb2"
|
||||
tags:
|
||||
- dev
|
||||
|
||||
- name: Setup proxy site {{ influxdb_domain_name }}
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue