BTCPayServer-Docker integration
Created by: Kukks
Is your feature request related to a problem? Please describe. We have a similar docker-compose builder system for btpayserver at https://github.com/btcpayserver/btcpayserver-docker, which also deploys a full bitcoin node(and optionally with txindex and unpruned) along with a tor node.
Describe the solution you'd like It would be nice to either or else find a simplified wayc to deploy dojo through the plugin system inbtcpayserver-docker(some info here: https://github.com/btcpayserver/btcpayserver-docker#how-can-i-customize-the-generated-docker-compose-file). I think it should be fairly easy:
- build and publish docker images for dojo( no need for bitcoind, tor and mysql from what I can tell)
- allow specifying all needed options to connect dojo to custom mysql, bitcoind and tor
- allow auto generation of the auth token stuff
- create docker fragment in BTCPay( started messing about with this at https://github.com/Kukks/btcpayserver-docker/commit/031e6470f840ad22b523e86bbc9a064f38fa2d89)
Describe alternatives you've considered Have an option here to interoperate with that setup but I think it would just be overhead here