services: web: build: . command: gunicorn bartool_ovh.wsgi:application --bind 0.0.0.0:8000 volumes: - ./app/:/usr/src/app/ ports: - 8100:8000 env_file: - ./env.dev