In order to install Tungsten Dashboard using the Docker Compose method you will require a host configured with the following minimum requirements:
Docker - No specific version requirements.
docker-compose - Minimum version v2.28.1
To install Docker, follow the installation documentation per linux distribution on the official docker documentation
To confirm the installation run:
shell> docker --version
To install docker-compose, follow the official docker-compose documentation
To confirm the installation run:
shell> docker-compose --version