The service synchronizes users and groups from Keycloak to Grafana.
From the root of the repository run the command below
docker build -t grafana-sync:<tag> .
Before start the container edit the file with env vars according to your environment
docker run -d --env-file ./example/env.file grafana-sync:<tag>