Remove use of WEBHOOK_URL Environment Variable
wip-abramson opened this issue · 0 comments
wip-abramson commented
Description
We currently use this in all docker-compose files. This is causing webhooks to be hit twice in the new v0.6.0 ACA-Py
See - https://chat.hyperledger.org/channel/aries-cloudagent-python?msg=aE7GEQ2xAoo9qf4T3
Suggest we just start using ACAPY_WEBHOOK_URL direct in docker-compose and remove webhook-url from the yaml.
Tbh, I am leaning towards using these ACAPY args in the docker-compose and scrapping the ymls but lets think more about that.