--- version: "3" services: app: image: werefox-obs-layouts container_name: obs-layouts build: . volumes: - ./src:/usr/src/app/ ports: - "3001:3000" user: "1000:1000" command: bash -c "cd obsl && npm run $MODE"