version: "2" services: vuetest: build: . command: "yarn serve" restart: "no" volumes: - "${PWD}:/app" ports: - "3000:8080" - "3001:8081"