Update 'docker-compose.yaml'

This commit is contained in:
Adolfo Delorenzo 2022-08-03 22:46:14 +02:00
parent c64883bf31
commit 48069bb946
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
version: "3.8"
services:
mosquitto:
image: eclipse-mosquitto:latest
@ -24,7 +26,7 @@ services:
image: telegraf
restart: always
volumes:
- ./telegraf.yaml:/etc/telegraf/telegraf.conf:ro
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
depends_on:
- mosquitto
- influxdb