For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

Review the files included with a Monolith on-premises deployment package and understand the role of each configuration component.

On-Premises Package

Once you have purchased Monolith and are ready to deploy, you will be provided with a Monolith On-premises deployment package. This package contains configuration files necessary to run the deployment.

Package Contents

The package will contain the following items:

  • .env

    • This environment file contains variables that are provided to your Monolith deployment at run time. This is where your licensing information is sotred, along with other deployment settings.

  • docker-compose.yml

    • This is a Docker deployment configuration file. This file defines how the various Monolith containers are configured and deployed.

    • This provides a predefined configuration so you do not need to build the Monolith Docker deployement from scratch.

  • init

    • This folder contains additional configuration files required by the deployment.

Last updated

Was this helpful?