1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

upgrade influxdb to 0.12.2

This commit is contained in:
kev 2016-05-02 22:42:42 +08:00
parent 202392cdc6
commit 8f9d2468e7
2 changed files with 14 additions and 2 deletions

@ -5,9 +5,9 @@
FROM debian:jessie
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_MD5=f3aab090f6674d1dc6dc620a0499d36a
ENV INFLUXDB_MD5=f28bb1c57d52dc1593dca45b86be5913
ENV INFLUXDB_URL=https://s3.amazonaws.com/influxdb/${INFLUXDB_FILE}
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
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/