aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-07 11:13:08 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-07 11:15:22 -0800
commitd9a2c7e368917a4130ce507daad412e1815d5586 (patch)
treeccca5647587cb5dad4d0d6cfc18bee46a4eada7f /extra/docker
parentfb0b7a13435adb33c30cb5aaed388a77c44f52cf (diff)
downloadfatcat-d9a2c7e368917a4130ce507daad412e1815d5586.tar.gz
fatcat-d9a2c7e368917a4130ce507daad412e1815d5586.zip
updated docker for elastic (with plugin)
Still need to install the maps (aka, schemas) manually.
Diffstat (limited to 'extra/docker')
-rw-r--r--extra/docker/README.md2
-rw-r--r--extra/docker/docker-compose.yml2
2 files changed, 1 insertions, 3 deletions
diff --git a/extra/docker/README.md b/extra/docker/README.md
index 06ff06e1..4fd78e56 100644
--- a/extra/docker/README.md
+++ b/extra/docker/README.md
@@ -4,8 +4,6 @@ install some large dependencies. Currently it isn't *required* for core
development (the fatcat API server and most of the web interface), and also
doesn't bundle *all* dependencies.
-This requires
-
To start docker compose (kafka, zookeeper, elasticsearch) with logging in the
current terminal:
diff --git a/extra/docker/docker-compose.yml b/extra/docker/docker-compose.yml
index bfc2eb3e..85d98ec2 100644
--- a/extra/docker/docker-compose.yml
+++ b/extra/docker/docker-compose.yml
@@ -18,7 +18,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
elasticsearch:
- image: docker.elastic.co/elasticsearch/elasticsearch:6.4.2
+ build: ../elasticsearch/
ports:
- "9200:9200"
- "9300:9300"