-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BTCPayServer-Docker integration #103
Comments
Hey Kukks. Here are a few shower thoughts. I hope they'll help. This repo actually stores 2 different things:
MyDojo follows a specific philosophy (strong focus on privacy, minimal and specialized all-in-one packaging prefered over genericity/modularity of the packaging). Thus, that gives us two options for the integration of Dojo into another stack:
The second option is the one used by a few others projects (nodl, etc) and to my knowledge it was a good choice. It implied little (if not zero) disruptive changes in the different stacks. A few details about this second option:
And that's it. Everything else is a matter of choices made for the target stack. :) |
Just a quick update, I forked the repo and added a CI to auto build the docker images and publish to Docker hub. Would this be something you're interested in having pushed upstream? |
Sure. |
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:
Describe alternatives you've considered
Have an option here to interoperate with that setup but I think it would just be overhead here
The text was updated successfully, but these errors were encountered: