This will make it easier to deploy a chronik instance with the plugins enabled.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC672dbf93ee0d: [chronik] Add a docker image for an agora enabled bitcoind
cd contrib/docker/chronik-agora docker build -t agora . mkdir -p ~/test docker run -v ~/test:/data agora:latest
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I can kind of follow this by parsing the code. I think a README.md in this dir would be helpful?
Should we add nginx to this as well? How would a user go from having this docker image running to having a chronik server available?
Comment Actions
Yes I plan on having some kind of documentation. Not sure about nginx which is more config dependent tho... I need to think about it a bit more. This diff is a first step, I want this to be published also