version: "3" services: bolt: build: context: . dockerfile: Dockerfile.dev ports: - "8080:8080" volumes: - .:/app - /app/node_modules