-
Install Docker: Ensure Docker is installed on your system. Follow the official Docker installation instructions for your operating system.
-
Update Configuration: Edit the complete-deployment-compass.yaml file with the appropriate repository links.
-
Optional Customization: Optionally, configure the complete-deployment-compass.yaml file according to your specific requirements.
-
Full Deployment: To deploy the entire stack, execute the following command:
docker compose -f complete-deployment-compass.yaml up -d
-
Individual Service Deployment: To deploy services individually, use the following command:
docker compose -f complete-deployment-compass.yaml up --detach --build <service-name>