services:
  server:
    build:
      context: .
    environment:
      NODE_ENV: production
    ports:
      - 8082:8082
