Page MenuHomePhabricator

[chronik] Add a docker image for an agora enabled bitcoind
ClosedPublic

Authored by Fabien on Tue, Jan 7, 20:44.

Details

Summary

This will make it easier to deploy a chronik instance with the plugins enabled.

Test Plan
cd contrib/docker/chronik-agora
docker build -t agora .
mkdir -p ~/test
docker run -v ~/test:/data agora:latest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Tue, Jan 7, 20:44

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?

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?

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

This revision is now accepted and ready to land.Tue, Jan 7, 21:02