https://github.com/appcelerator-archive/docker-influxdb-proxy
Proxy in front of InfluxDB relay
https://github.com/appcelerator-archive/docker-influxdb-proxy
Last synced: over 1 year ago
JSON representation
Proxy in front of InfluxDB relay
- Host: GitHub
- URL: https://github.com/appcelerator-archive/docker-influxdb-proxy
- Owner: appcelerator-archive
- Created: 2016-10-05T17:02:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T15:04:53.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T07:40:07.350Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 4
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfluxDB proxy
A proxy for the HA architecture described in https://github.com/influxdata/influxdb-relay
## 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 appcelerator/haproxy-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