aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-12-03 11:31:39 -0600
committerBlaise Thompson <blaise@untzag.com>2020-12-03 11:31:39 -0600
commit6a1f70d74418655153490be9cfa1bb7ee6a8c567 (patch)
tree1375e477863449c5b43be8eb7f86c6f58f4d4bae
parentf3626a6ac541738d58e311da9d76bf4235565d06 (diff)
port on db, not write
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ad5fcc4..230c88a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,6 +13,8 @@ services:
- influxdb:/var/lib/influxdb
env_file:
- ./influxdb.env
+ ports:
+ - 8086:8086
write-influx:
build: ./write-influx
restart: unless-stopped
@@ -21,8 +23,6 @@ services:
- db
env_file:
- ./influxdb.env
- ports:
- - 8086:8086
web:
build: ./web
restart: unless-stopped