Closed Dannihercleston closed 2 months ago
O código do Compose para subir os containers do telegraf, influxdb e Grafana.
version: '3'
services: telegraf: image: telegraf container_name: telegraf volumes:
influxdb_network
influxdb: image: influxdb container_name: influxdb ports:
grafana: image: grafana/grafana container_name: grafana ports:
networks: influxdb_network:
Vídeo Demonstrativo Subindo os containers do telegraf, influxdb e Grafana.
https://www.youtube.com/watch?v=0IfCnkvEwgs
O código do Compose para subir os containers do telegraf, influxdb e Grafana.
version: '3'
services: telegraf: image: telegraf container_name: telegraf volumes:
influxdb_network
influxdb: image: influxdb container_name: influxdb ports:
influxdb_network
grafana: image: grafana/grafana container_name: grafana ports:
networks: influxdb_network: