epic icon indicating copy to clipboard operation
epic copied to clipboard

[FEATURE] running under docker

Open blastbeng opened this issue 2 years ago • 3 comments

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

blastbeng avatar Dec 26 '23 01:12 blastbeng

@who-biz

johanneshahn avatar Dec 27 '23 08:12 johanneshahn

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 avatar May 07 '24 18:05 KanoczTomas

@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.

who-biz avatar Jun 11 '24 03:06 who-biz