Skip to content

docker: Allow to run vault service using an azure cache backend

In order to use same vault settings as in production, allow to run the vault service with azure as cache backend based on the use of Azurite: an open source Azure Storage API compatible server (emulator).

This feature can be activated by using the following command:

$ docker compose -f docker-compose.yml -f docker-compose.vault.yml \
  -f docker-compose.vault-azure.yml up -d
Edited by Antoine Lambert

Merge request reports