Deploying HQ
This page describes deploying Lenses HQ via docker.
The HQ docker image can be configured via volume mounts for the configuration file.
The HQ looks for the config.yaml in the current working directory. This is the root directory for Docker.
Running the Docker
Prerequisites
The main pre-requirements that has to be fulfilled before Lenses HQ container can be started and those are:
Complete configuration file
In demo purposes and testing the product you can use our community license
Main configuration file that has to be configured before running docker command is config.yaml.
Sample configuration file is following:
More about configuration options you can find on the HQ configuration page.
Last updated