services: oidc: image: ghcr.io/geigerzaehler/oidc-provider-mock:latest ports: - "9400:9400" command: - --user-claims - '{"sub": "alice", "preferred_username": "alice", "email": "alice@example.com", "name": "Alice"}' - --user-claims - '{"sub": "bob", "preferred_username": "bob", "email": "bob@example.com", "name": "Bob"}'