jeancochrane / mellow-bike-map

🚲 Web app and routing API for finding safe, chill bike routes. Like Google Maps if it took you through cozy side streets.
https://mellowbikemap.com
MIT License
13 stars 5 forks source link

Define separate Dockerfiles for Postgres and Make services #19

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

This PR splits db/Dockerfile into two Dockerfiles so that the Postgres, Make, and Django services can each have their own Dockerfile with the separate dependencies required of each service.

Closes #17.

Testing instructions