services: web: command: gunicorn -b 0.0.0.0:8000 website.wsgi:application volumes: - ./src:/src