version: "3.8"
services:
path-generator:
container_name: path-generator
build: .
ports:
- "82:82"
command: node /app/app.js
restart: unless-stopped