From e1806a3233718ab990955d659062c97ca5679302 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Jun 2020 19:41:54 -0700 Subject: add a docker-compose file for local development --- extra/docker/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/docker/README.md (limited to 'extra/docker/README.md') 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. -- cgit v1.2.3