Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.27 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.27 KB

Compose file for the TICK stack!

Telegraf, InfluxDB, Chronograf, Kapacitor

License Docker Stars Docker Pulls

Working docker-compose.yml for official influxdata TICK stack:

Made to work behind a separate automated nginx-proxy with SSL support via letsencrypt.

Docs

Configuration

Generate an up-to-date sample telegraf config

bash scripts/bash.sh telegraf "telegraf config" > /tmp/telegraf.conf

Generate an up-to-date sample telegraf config

bash scripts/bash.sh influxdb "influxd config" > /tmp/influxd.conf

Generate an up-to-date sample kapacitor config

bash scripts/bash.sh kapacitor "kapacitord config" > /tmp/kapacitord.conf

Quickstart

  • You can quickly start your compose gitlab instance (requires a working automated nginx_proxy compose instance)
git clone git@github.com:mgcrea/docker-compose-tick-stack.git tick_stack; cd $_
cp .env.default .env; nano .env # edit your variables
make
docker-compose up -d