This repository contains the microservice that handles the management of trucks.
To run this microservice you can get the system's latest container image:
$ docker run -p <yourPort>:8080 --env-file .env -e server.port=8080 ghcr.io/smartwastecollection/truck-microservice:<latestVersion>
The .env
file must contain the secrets needed to perform the login into the azure cloud platform:
AZURE_SERVICE_PRINCIPAL_NAME
: UUID that represents the Application (client) ID of the Service PrincipalAZURE_SECRET
: UUID that identifies the secret used to perform the login from the Service PrincipalAZURE_TENANT
: UUID that identifies the Directory (tenant) ID of the Service Principal
You can find the Swagger API of the microservice here.