version: '3.0' services: web: image: "services" command: uvicorn main:app --host 0.0.0.0 ports: - 8008:8000