docker-compose-tick-stack
docker-compose-tick-stack copied to clipboard
Compose file for the TICK stack: Telegraf, InfluxDB, Chronograf, Kapacitor
Compose file for the TICK stack!
Telegraf, InfluxDB, Chronograf, Kapacitor
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 [email protected]:mgcrea/docker-compose-tick-stack.git tick_stack; cd $_
cp .env.default .env; nano .env # edit your variables
make
docker-compose up -d