16 lines
377 B
YAML
16 lines
377 B
YAML
---
|
|
app_name: influxdb
|
|
|
|
# Container configuration
|
|
influxdb_container_name: "{{ app_name | default('influxdb') }}"
|
|
influxdb_container_version: latest
|
|
influxdb_restart_policy: "{{ app_restart_policy }}"
|
|
|
|
# Network configuration
|
|
influxdb_http_port: 8086
|
|
influxdb_udp_port: 8089
|
|
|
|
# Volume paths
|
|
influxdb_data_path: "{{ app_dir }}/data"
|
|
influxdb_config_path: "{{ app_dir }}/config"
|