Update README
Use buildx
Modernize composefile and comment out git + traefik
NOTE: until this ticket closes, this only works by patching the redis hostname manually
Use export REPO=?
to set the container registry that will be used.
# build images
$ make common all
# generate secrets and write to config/config.ini
$ docker-compose -f docker-compose.keys.yml up
# configure db
$ docker-compose up postgres
# bring up services
$ docker-compose up