version: '3' services: app: build: . ports: - "17762:3000" volumes: - ./run:/run environment: - NODE_ENV=production