aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docker/README.md')
-rw-r--r--extra/docker/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/docker/README.md b/extra/docker/README.md
new file mode 100644
index 0000000..23cb5b2
--- /dev/null
+++ b/extra/docker/README.md
@@ -0,0 +1,11 @@
+
+The docker-compose script in this directory may be helpful for local
+development. It starts several dependant services, such as Kafka, minio, etc.
+
+PostgreSQL is assumed to be running natively on localhost, not under docker. It
+should be possible to add postgresql to the docker-compose file, but some
+developers (bnewbold) prefer to run it separately to make things like attaching
+with `psql` easier.
+
+There is no current motivation or plan to deploy sandcrawler services using
+docker, so there is no Dockerfile for the system itself.