version: '3.8' services: complycore-api: volumes: - ./backend:/app command: uvicorn main:app --host 0.0.0.0 --port 8000 --reload