SaturDJang / warp

Warp is a web based markdown presentation service
MIT License
13 stars 6 forks source link

Fix the linking problems between django and postgres containers #103

Closed mingrammer closed 7 years ago

mingrammer commented 7 years ago

The test runner of django was trying to run tests with local hosted database. But our django server and postgres server are in separated containers each, sodjango container could not connect postgres database was in other container on previous settings.

So, I've added the link configs on docker-compose-dev and settings/local.py.