Running Docker compose

Final installation step is to run the Docker compose that will instantiate and start the OMEGAMON® AI Insights containers.

Go to the install directory and run the following command:
sudo docker compose -f docker-compose.yml --env-file .env_prod up -d
After complete installation, run the docker ps command to check if the five containers are running.
/install/scripts>docker ps --format "table {{.Names}}" 
NAMES 
install-ml-orchestrator-1 
install-ml-service-forecast-python-1 
install-ml-service-training-python-1 
install-ml-discovery-server-1 
install-ml-config-server-1  

The name of the container is composed of the installation directory and the name of the Docker image.