services:
  account:
    environment:
      - DB_URL=postgresql://postgres:example@postgres:5432
  transactor:
    environment:
      - MONGO_URL=postgresql://postgres:example@postgres:5432;mongodb://mongodb:27018
  workspace:
    environment:
      - DB_URL=postgresql://postgres:example@postgres:5432