BQAT GUI
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
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.