services:
  router:
    container_name: router-mcp
    ports:
      - "8081:8080"
    environment:
      - APOLLO_GRAPH_REF=graphql-theorchard@qa-mcp
      - CONFIG_FILE=config-qa-mcp.yaml

  # Point the auth tests at the local mcp router (start it first with
  # `make up_mcp`):
  #   make test_integration_local_mcp
  integration-test:
    environment:
      # Optional: supply expired tokens directly.
      - EXPIRED_JWT
      - LOCAL_ROUTER_URL=http://router-mcp:8080/graphql
      - LOCAL_ROUTER_MODE=block
