Hi @alafanechere ! Just tried your solution and it worked . One minor correction -
SECRET_PERSISTENCE
is already in docker-compose.yaml
, so these had to be added instead
environment:
- SECRET_STORE_GCP_PROJECT_ID=${SECRET_STORE_GCP_PROJECT_ID}
- SECRET_STORE_GCP_CREDENTIALS=${SECRET_STORE_GCP_CREDENTIALS}