version: '3.2' services: web: image: node:14.0-buster-slim command: ./start.sh environment: SUBMIT_ENDPOINT: 'https://api.contree.io/profile' RMLINK_ENDPOINT: '' working_dir: /home/node/nuxt volumes: - ./:/home/node/nuxt network_mode: host