Skip to content

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 $(find docker* | sed -e 's/^/-f /') up -d

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 $(find docker* | sed -e 's/^/-f /') down