mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #3246 from fntlnz/update-influxdb
Update InfluxDB example to 1.7
This commit is contained in:
commit
3f164b3648
@ -16,32 +16,32 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
image: influxdb:1.4
|
image: influxdb:1.7
|
||||||
net: host
|
net: host
|
||||||
capabilities:
|
capabilities:
|
||||||
- CAP_NET_BIND_SERVICE
|
- CAP_NET_BIND_SERVICE
|
||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
- name: kapacitor
|
- name: kapacitor
|
||||||
image: kapacitor:1.4
|
image: kapacitor:1.5
|
||||||
net: host
|
net: host
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
env:
|
env:
|
||||||
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
|
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
|
||||||
- name: telegraf
|
- name: telegraf
|
||||||
image: telegraf:1.4
|
image: telegraf:1.9
|
||||||
net: host
|
net: host
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
- name: chronograf
|
- name: chronograf
|
||||||
image: chronograf:1.4
|
image: chronograf:1.7
|
||||||
net: host
|
net: host
|
||||||
capabilities:
|
capabilities:
|
||||||
- CAP_NET_BIND_SERVICE
|
- CAP_NET_BIND_SERVICE
|
||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
env:
|
env:
|
||||||
- INFLUXDB_URL=http://localhost:8086
|
- INFLUXDB_URL=http://127.0.0.1:8086
|
||||||
- KAPACITOR_URL=http://localhost:9092
|
- KAPACITOR_URL=http://127.0.0.1:9092
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
Loading…
Reference in New Issue
Block a user