version: '3' services: django_app: build: . volumes: - this_vol:/usr/src/app/ ports: - 8000:8000 volumes: this_vol: