services:
  server:
    build:
      context: .
    environment:
      NODE_ENV: production
    volumes:
      - ./config.js:/usr/src/app/config.js
    ports:
      - 8080:8080