version: "3" services: nuxt: build: ./app/ container_name: marcleopold-website restart: always ports: - "3003:3000" command: "npm run start"