mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(docker): update influxdb to use latest
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# influxdb
|
||||
|
||||
FROM ubuntu
|
||||
|
||||
RUN mkdir -p /opt/influxdb/shared/data
|
||||
|
||||
ADD http://s3.amazonaws.com/influxdb/influxdb_0.8.8_amd64.deb /influx88.deb
|
||||
RUN dpkg -i /influx88.deb
|
||||
RUN rm -rf /opt/influxdb/shared/data
|
||||
|
||||
ADD config.toml /opt/influxdb/shared/config.toml
|
||||
|
||||
EXPOSE 8083 8086 2004
|
||||
|
||||
ENTRYPOINT ["/usr/bin/influxdb"]
|
||||
CMD ["-config=/opt/influxdb/shared/config.toml"]
|
||||
@@ -1,5 +1,5 @@
|
||||
influxdb:
|
||||
build: blocks/influxdb
|
||||
image: tutum/influxdb:latest
|
||||
ports:
|
||||
- "2004:2004"
|
||||
- "8083:8083"
|
||||
|
||||
Reference in New Issue
Block a user