-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Dockerfile and docker-compose to run Coup #72
Conversation
Sorry for slow response. This looks good. Can you please put the Docker stuff into its own directory to keep things tidy? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Dockerfile seems overly complicated. I think it could be about half the size unless I am missing something.
Done. I also updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, looks useful
feature requested in #68.
I made a multistage Dockerfile that creates a 151MB docker image. With that I also created a simple docker-compose.yml file to make it easier for people to run the application using
docker compose up
.@octachrome I noticed that by default the application runs without a database. If needed I can add it to the docker-compose so that it spins up a couchDB container alongside with the main application.
I hope this project is still maintained