initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
services:
|
||||
influxdb:
|
||||
image: "influxdb:{{ influxdb_container_version }}"
|
||||
container_name: "{{ influxdb_container_name }}"
|
||||
restart: "{{ influxdb_restart_policy }}"
|
||||
ports:
|
||||
- "{{ influxdb_http_port }}:8086"
|
||||
- "{{ influxdb_udp_port }}:8089/udp"
|
||||
volumes:
|
||||
- "{{ influxdb_data_path }}:/var/lib/influxdb2"
|
||||
- "{{ influxdb_config_path }}:/etc/influxdb2"
|
||||
Reference in New Issue
Block a user