services: app: build: context: . container_name: nuxt-app ports: - 3000:3000 command: ["npm", "start"]