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

How to Deploy

Deploy a standard Monolith on-premises environment using Docker Compose and the configuration files included with your deployment package.

Default Deployment

Deploying Monolith with the default configuration uses the Docker Compose files included with your on-premises package.

  1. Install Docker. See Docker Installation for instructions.

  2. Choose a location to store your Monolith on-premises package files.

  3. Open a command terminal.

  4. Navigate to the directory containing your Monolith on-premises package files.

    • This directory contains the .env and docker-compose.yml files.

  5. Run the following command to download and start the Monolith containers defined in docker-compose.yml:

    docker compose up -d
  6. Docker will download the required Monolith container images. This may take a few minutes during the initial deployment.

  7. Once the images are downloaded, Docker will start the Monolith containers and initialize the environment.

  8. Once the containers are running, access Monolith in a web browser using the IP address or configured domain of the host system:

    https://{host_server_ip}

To stop and remove the running Monolith containers, run:

docker compose down

If Monolith is deployed inside a virtual machine, make sure the host environment supports the virtualization requirements needed to run Docker.

Example

Monolith Deployment and Removal

Last updated

Was this helpful?