Deploying HQ

This page describes deploying Lenses HQ via docker.

The HQ docker image can be configured via volume mounts for the configuration file.

circle-info

The HQ looks for the config.yaml in the current working directory. This is the root directory for Docker.

Running the Docker

terminal
docker run --name lenses-hq \
--network panoptes \
-p 8080:8080 \
-v $(pwd)/config.yaml:/config.yaml\
lensting/lenses-hq:6.1

Prerequisites

The main pre-requirements that has to be fulfilled before Lenses HQ container can be started and those are:

Complete configuration file

circle-check

Main configuration file that has to be configured before running docker command is config.yaml.

circle-info

Assertion Consumer Service endpoint is following

Sample configuration file is following:

More about configuration options you can find on the HQ configuration page.


What's next?

After the successful configuration and installation of HQ, the next steps would be:

Last updated

Was this helpful?