services: vue-app: build: context: . dockerfile: Dockerfile ports: - "8080:80" volumes: - ./app/src:/app/src environment: - NODE_ENV=production restart: unless-stopped