EpicCash / epic

Blockchain Node Server with integrated Stratum Mining Server
https://epiccash.com
Apache License 2.0
25 stars 36 forks source link

[FEATURE] running under docker #124

Open blastbeng opened 10 months ago

blastbeng commented 10 months ago

I don't know where to write but I just created a working epic-server environment running under docker with debian:bullseye

https://github.com/blastbeng/epic-docker

johanneshahn commented 10 months ago

@who-biz

KanoczTomas commented 6 months ago

I have a docker compose file and a docker build file to run the server in tui mode (as I can't e.g. see the sync % in the logs, but only in gui), screen is started in detached mode and an entry script tails the logs so docker compose logs -f show what is happening if one wants to view it headless. Executing a bash in the container and doing screen -rd then shows the tui.

I can do a pull request if is of interest, did not check out @blastbeng 's implementation, might be a duplicate effort. That is why I do not make a pull request right away.

who-biz commented 5 months ago

@KanoczTomas feel free to PR and I'll take a look. Sufficiently familiar with using docker at least, but will really depend how simple your Dockerfile is.