version: "3" services: frontend: volumes: - "$PWD/dist:/project/api/dist" - "$PWD/api/backend:/project/api/backend" ports: - "8000:8000"