Update 'docker-compose.yaml'
This commit is contained in:
parent
c64883bf31
commit
48069bb946
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user