This commit is contained in:
parent
c556635d3f
commit
e4c7f0852e
|
@ -10,7 +10,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:2.6-alpine
|
image: influxdb
|
||||||
env_file:
|
env_file:
|
||||||
- influxv2.env
|
- influxv2.env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -23,7 +23,7 @@ services:
|
||||||
- "8086:8086"
|
- "8086:8086"
|
||||||
|
|
||||||
telegraf:
|
telegraf:
|
||||||
image: telegraf:1.25-alpine
|
image: telegraf
|
||||||
depends_on:
|
depends_on:
|
||||||
- influxdb
|
- influxdb
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue