services: app: image: node:lts-alpine volumes: - .:/app:ro environment: NODE_ENV: production PORT: 80 BODY_SIZE_LIMIT: 512000000 ports: - "80:80" working_dir: /app command: sh -c "node build/"