mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
upgrade influxdb to 0.12.2
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
MAINTAINER kev <noreply@easypi.info>
|
MAINTAINER kev <noreply@easypi.info>
|
||||||
|
|
||||||
ENV INFLUXDB_VERSION=0.12.0
|
ENV INFLUXDB_VERSION=0.12.2
|
||||||
ENV INFLUXDB_FILE=influxdb_${INFLUXDB_VERSION}-1_amd64.deb
|
ENV INFLUXDB_FILE=influxdb_${INFLUXDB_VERSION}-1_amd64.deb
|
||||||
ENV INFLUXDB_MD5=f3aab090f6674d1dc6dc620a0499d36a
|
ENV INFLUXDB_MD5=f28bb1c57d52dc1593dca45b86be5913
|
||||||
ENV INFLUXDB_URL=https://s3.amazonaws.com/influxdb/${INFLUXDB_FILE}
|
ENV INFLUXDB_URL=https://s3.amazonaws.com/influxdb/${INFLUXDB_FILE}
|
||||||
ENV COLLECTD_URL=https://github.com/collectd/collectd/raw/master/src/types.db
|
ENV COLLECTD_URL=https://github.com/collectd/collectd/raw/master/src/types.db
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,17 @@ influxdb
|
|||||||
dependencies. It's useful for recording metrics, events, and performing
|
dependencies. It's useful for recording metrics, events, and performing
|
||||||
analytics.
|
analytics.
|
||||||
|
|
||||||
|
## docker-compose.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
influxdb:
|
||||||
|
image: vimagick/influxdb
|
||||||
|
ports:
|
||||||
|
- "8083:8083"
|
||||||
|
- "8086:8086"
|
||||||
|
- "8088:8088"
|
||||||
|
- "25826:25826/udp"
|
||||||
|
restart: always
|
||||||
|
```
|
||||||
|
|
||||||
[1]: https://influxdata.com/
|
[1]: https://influxdata.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user