Easy to use docker-compose.yml
file which allows you to deploy a Tick Stack in seconds.
Every service use official image except for telegraf
which use a customized Dockerfile
: I've added python3
and some pip packages I required.
Configuration for various services are stored in docker_data/$service_name/config
.
Data directory for various services are stored in docker_data/$service_name/data
.
Clone the repository, start with docker-compose up
and point a browser to http://localhost:8888/.
Copyright © 2017 Andrea Lorenzetti ([email protected])
Released under the terms of the GNU General Public License, version 3