decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Add "Hello World" docker-compose.yml #78

Closed oliverbarnes closed 3 years ago

oliverbarnes commented 3 years ago

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:

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.

(Took some inspiration from https://github.com/AjuntamentDeSabadell/decidim-sabadell/blob/master/docker-compose.yml)

mrcasals commented 3 years ago

I can't merge it! @oliverbarnes @andreslucena

oliverbarnes commented 3 years ago

I can't merge it! @oliverbarnes @andreslucena

I’ve added you as admin now, @mrcasals

mrcasals commented 3 years ago

Looks good to me, @oliverbarnes!