version: '2'
services:
  frontend:
    image: royalties/frontend:latest
    user: 'node'
    environment:
      - NODE_ENV=production
      - API_URL=
      - CLI_SERVER_HOST=localhost
      - CLI_SERVER_PORT=8080
      - CHATBOT_URL=https://qa-graphql-abacus.theorchard.io
    ports:
      - '8080:8080'
    command: 'yarn frontend express-server'
