Before install dependency: Mac OS: brew install postgresql Unix like: sudo apt-get install libpq-dev python-dev Run all containers with databases: make up To run particular container check Makefile Stop all containers: make down Useful links: Postgres MongoDB Mysql