First build your containers locally if needed, only needed when you first start or if requirements change.
docker-compose -fdev.yml build
Startup your new containers containing a database and django
docker-compose -fdev up