version: '3' services: remotion: build: context: . dockerfile: node/Dockerfile volumes: - .:/work working_dir: /work ports: - "127.0.0.1:3000:3000"