Open blastbeng opened 10 months ago
@who-biz
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.
@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.
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