version: "3.4" services: app: command: uvicorn swh.graphql.asgi:application --host 0.0.0.0 --port 8000 --reload