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.
Install Docker. See Docker Installation for instructions.
Choose a location to store your Monolith on-premises package files.
Open a command terminal.
Navigate to the directory containing your Monolith on-premises package files.
This directory contains the
.envanddocker-compose.ymlfiles.
Run the following command to download and start the Monolith containers defined in
docker-compose.yml:docker compose up -dDocker will download the required Monolith container images. This may take a few minutes during the initial deployment.
Once the images are downloaded, Docker will start the Monolith containers and initialize the environment.
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 downExample

Related Documentation
Last updated
Was this helpful?