This commit is contained in:
parent
08785237d6
commit
9943c3ec3c
|
@ -18,7 +18,7 @@ services:
|
||||||
- influxdbv2:/var/lib/influxdb2:rw
|
- influxdbv2:/var/lib/influxdb2:rw
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address:10.99.23.41
|
ipv4_address: 10.99.23.41
|
||||||
ports:
|
ports:
|
||||||
- "8086:8086"
|
- "8086:8086"
|
||||||
|
|
||||||
|
@ -31,6 +31,6 @@ services:
|
||||||
- ./telegraf/mytelegraf.conf:/etc/telegraf/telegraf.conf:ro
|
- ./telegraf/mytelegraf.conf:/etc/telegraf/telegraf.conf:ro
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address:10.99.23.42
|
ipv4_address: 10.99.23.42
|
||||||
env_file:
|
env_file:
|
||||||
- influxv2.env
|
- influxv2.env
|
||||||
|
|
Loading…
Reference in New Issue