Configuration with Docker

Table of Contents

On this page, we discuss how to customize the Docker installation of Klayr Service.

Configuring Klayr Service

The Klayr Service provides all possible Docker related configurations and their default values in an example.env file.

The default example.env file can be seen on the GitHub repository.

To customize the Docker installation, copy the example configuration file to a .env file in the root of the klayr-service directory, where the docker-compose.yml file is located.

Working directory: ./klayr-service/
cp docker/example.env .env

Now edit the newly copied .env file to customize configurations accordingly. All the Klayr Service related configurations have already been explained on the Configuration reference page.

Additional commands for managing Klayr Service with Docker are described on the Docker commands page.