Download package with docker compose files¶
Downloading a package¶
Package with docker compose configuration files (docker_compose.zip
) can be downloaded from the Github release.
Configuration¶
To configure the deployment, follow the instructions in Inventory configuration, Scheduler configuration, Traps configuration, .env file configuration, SNMPv3 secrets.
Deploying the app¶
After configuration, application can be deployed by running the
following command inside the docker_compose
directory:
sudo docker compose up -d
Info
The installation process changed from version 1.12.1. For lower version refer to the corresponding documentation.
The same command can be run to apply any updated configuration changes.
Uninstall the app¶
To uninstall the app, run the following command inside the docker_compose
directory:
sudo docker compose down