serviceA:
  build: ./service-a
  environment:
    - NODE_ENV=production
    - PORT=9001

serviceB:
  build: ./service-b
