Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Create docker-compose file #56

Closed greenmoss closed 6 years ago

greenmoss commented 6 years ago

Goal: savant, postgres start up using Docker

We will POST to this local Docker cluster for demos.

greenmoss commented 6 years ago

Initial Docker and docker-compose.yml files have been created. Savant throws an exception and refuses to start. Progress on that fix is tracked in #57.

Note to self: to connect to ports, remember to launch like so: docker-compose run --service-ports savant

greenmoss commented 6 years ago

The containers start, and a section is in the README.md. However they are not working properly. Needs further debugging. Next step is probably Docker-based Travis testing, including POST to the API and verifying the output.