Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 323 Bytes

docker-influxdb

InfluxDB with consul agent

docker run -d \
 -e CONSUL_JOIN="consul1 consul2" \
 -e CONSUL_DC="mydc" \
 -e CONSUL_SERVICE_NAME="influx" \
 devopsftw/influxdb

Base image: influxdb

Additional available envs:

  • CONSUL_JOIN
  • CONSUL_DC
  • CONSUL_SERVICE_NAME