SoftwareSandbox / Fiazard

Learning project in which we try to make our sandwich ordering site better. This is the backend project, providing RESTful webservices with DropWizard.
Apache License 2.0
2 stars 10 forks source link

Dockerize #64

Closed kristoflemmens closed 8 years ago

kristoflemmens commented 8 years ago

I removed the Vagrant submodule and replaced it with a simple Vagrantfile that uses Docker compose to provision an Ubuntu VM. The VM contains a MongoDB Docker container and an EventStore Docker container. Vagrant handles the port forwarding. I updated the Contribute.MD where you can read how to use it.