By cloning the repo and then running docker-compose up, you'll get a fully functional Decidim app complete with seed data, accessible at http://localhost:3000.
git clone git@github.com:decidim/docker.git decidim-docker
cd decidim-docker
docker-compose up
Lastly, this PR also tries to improve the clarity of the README a little bit.
And add documentation for it on the README, while overall improving the latter.
Addresses one of the major user stories for Docker with Decidim, building on top of the latest work done in fixing/renaming the available images.
From the updated README:
Lastly, this PR also tries to improve the clarity of the README a little bit.
(Took some inspiration from https://github.com/AjuntamentDeSabadell/decidim-sabadell/blob/master/docker-compose.yml)