Deploying the user identity service on a single device

The user identity service deployment scenario on a single device involves the following steps:

  1. Creating user databases

    Create user and user group databases in PostgreSQL for the event processing and user group processing components.

  2. Starting the user identity service components

    For each component, prepare a separate directory containing all the files it needs, upload the containers to Docker and start them using Docker Compose.

In this section

Creating user databases on a single device

Preparing and running user identity service components on a device

Page top