# docker-influxdb-grafana **Repository Path**: HSKS/docker-influxdb-grafana ## Basic Information - **Project Name**: docker-influxdb-grafana - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker-compose files for a simple uptodate # InfluxDB # + Grafana stack # + Telegraf Get the stack (only once): ``` git clone https://github.com/nicolargo/docker-influxdb-grafana.git cd docker-influxdb-grafana docker pull grafana/grafana docker pull influxdb docker pull telegraf ``` Run your stack: ``` docker-compose up -d ``` Show me the logs: ``` docker-compose logs ``` Stop it: ``` docker-compose stop docker-compose rm ``` Update it: ``` git pull docker pull grafana/grafana docker pull influxdb docker pull telegraf ``` If you want to run Telegraf, edit the telegraf.conf to yours needs and: ``` docker exec telegraf telegraf ```