BQAT GUI


Table of contents

Setup

This project is run as a Docker stack which provides a simple web GUI for BQAT-API access. To begin, simply start it with the Docker compose file provided.

Download the Docker Compose file

Download

Usage

  • Download the docker compose file to your working directory.
  • Start the BQAT Web GUI service:

Start BQAT GUI services

docker compose --profile default up -d

Stop the services

docker compose --profile default down

Find the BQAT GUI at:

  • localhost:9949

You may configure url, port, proxy and other settings in the compose file.

Further Details