version: "3.0" services: api: build: . ports: - "5000:5000" - "5678:5678" volumes: - ./:/app