igneus / church-calendar-api

API providing Roman Catholic church calendar data for your apps
http://calapi.inadiutorium.cz
110 stars 56 forks source link

Add docker info to readme and a sample docker-compose #15

Closed acupofjose closed 4 years ago

acupofjose commented 4 years ago

Continuation of #14, as requested.

It would probably be best for you to make an account on Dockerhub and connect this repository to it. Dockerhub will automatically build, tag, and release prebuilt images based off the dockerfile on the repo.

Then people can spin up an image by running docker run -p 9292:9292 igneus/church-calendar-api:latest.

igneus commented 4 years ago

Thank you very much for instructions concerning Docker. As for offering pre-built images on Dockerhub - I'm not doing it straight away, but I will definitely consider that.