Skip to content

InfluxDB Proxy for multiple containerised instances

Notifications You must be signed in to change notification settings

ahibbitt/influxdb-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

InfluxDB Proxy for multiple containerised instances

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages