13 lines
279 B
YAML
13 lines
279 B
YAML
version: '3.2'
|
|
services:
|
|
web:
|
|
image: node:14.0-buster
|
|
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
|