Update 'docker-compose.yaml'
This commit is contained in:
parent
c64883bf31
commit
48069bb946
@ -1,3 +1,5 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mosquitto:
|
mosquitto:
|
||||||
image: eclipse-mosquitto:latest
|
image: eclipse-mosquitto:latest
|
||||||
@ -24,7 +26,7 @@ services:
|
|||||||
image: telegraf
|
image: telegraf
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./telegraf.yaml:/etc/telegraf/telegraf.conf:ro
|
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- mosquitto
|
- mosquitto
|
||||||
- influxdb
|
- influxdb
|
||||||
|
Loading…
Reference in New Issue
Block a user