Docker Compose
Docker Compose is the quickest way to run the Signing Module in a single-host environment.
Launch the services with:
az acr login --name rtgspublic
docker compose up --pull always --wait --detach
The API will be available on:
http://localhost:8081/swagger
Tear down with:
docker compose down --remove-orphans --volumes