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