CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

Using django-compose for postgres and django #2

Closed dherbst closed 1 year ago

dherbst commented 1 year ago

Here's one way to run docker-compose with django and postgres.

When we have the front-end repo we can add that as a git submodule so that the front-end can run in docker-compose as well.

dherbst commented 1 year ago

Closing, as we'll use the other way.