aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker/README.md
blob: 23cb5b2eba887d31d4074929951f85eac407051f (plain)
1
2
3
4
5
6
7
8
9
10
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.