version: "3.7" services: web: build: vuejs ports: - 80:8080 volumes: - ./vuejs:/project - /project/node_modules