Skip to main content

Docker Compose

OID application stack is available as a set of Docker images. This allows to run the application in a containerized environment. The images are available via GitHub Container Registry.

warning

This installation method is NOT RECOMMENDED for production environments, as it requires manual setup and maintenance. This method is suitable for development and exploring the architecture of the app.

Prerequisites

  • Docker >= 20.x

Installation

To deploy OID using Docker Compose, you need access to the source code. Download the source code from the OID GitHub repository.

Once you have the source code, follow these steps to deploy OID using Docker Compose:

  1. Execute docker compose command:

    docker-compose up -d
  2. Access the OID server at http://localhost:3001.