Hi all,
I’m building a CKPool app for Umbrel.
CKPool has a json config file that need the parameters of the running BTC Node - currently I’ve implemented it with “FileBrowser” container that give me access to edit the file manually and set the parameters, but ideally I’d like to pass the parameters of the running node directly to the config (to make it more user friendly).
you can see the current setup here GitHub - yanir99/ckpool-umbrel
How can I set the docker-compose.yml that will include these parameters and pass the directly to the ckpool.conf ?