aboutsummaryrefslogtreecommitdiff
path: root/influxdb
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-10-30 16:21:09 -0500
committerBlaise Thompson <blaise@untzag.com>2020-10-30 16:21:09 -0500
commit454ebe99359cc22fcff74625320024a7b5353045 (patch)
treeec08fc04da60de311d4aa3af5bf981bbcea97b19 /influxdb
parent008a3dfe234a0207f7c558559cebae993083099f (diff)
examples
Diffstat (limited to 'influxdb')
-rw-r--r--influxdb/dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/influxdb/dockerfile b/influxdb/dockerfile
index 0a36f75..d3f86a2 100644
--- a/influxdb/dockerfile
+++ b/influxdb/dockerfile
@@ -3,10 +3,4 @@ FROM influxdb:1.8
ENV TZ=America/Chicago
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
-ENV INFLUXDB_DB="homie"
-ENV INFLUXDB_ADMIN_USER="admin"
-ENV INFLUXDB_ADMIN_PASSWORD="mypassword"
-ENV INFLUXDB_READ_USER="millikan"
-ENV INFLUXDB_READ_USER_PASSWORD="1.602e-19"
-
RUN ./init-influxdb.sh