Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 688 Bytes

InfluxDB proxy

A proxy for the HA architecture described in https://github.com/influxdata/influxdb-relay Based on https://github.com/appcelerator/docker-influxdb-proxy

Run the container

docker -e BACKEND_influxdb_a=influxdb-a:8086 -e BACKEND_influxdb_b=influxdb-b:8086 \
       -e RELAY_influxdb_a=influxdb-relay-a:9096 -e RELAY_influxdb_b=influxdb-relay-b:9096 \
       run ahibbitt/influxdb-proxy

Configuration

Variable Description Default value Sample value
BACKEND_xx host:port of an influxDB backend influxdb-backend:8086
RELAY_xx host:port of an influxDB relay influxdb-relay:9096