Any chance you could containerize?
Claire opened this issue · 4 comments
Claire commented
Docker container for ease of setup, hosting
zhoubear commented
Definitely, working on it. Mayan EDMS has a Docker image but it was too complicated for me. So I'm starting my own image but I'm new to Docker too. I'm aiming at a simple solution.
mattsmallman commented
+1
bspeice commented
Is there an easy way to get a single container image, rather than the compose image? I've had good experience with supervisord in the past, and am happy to get something spun up myself if needed.
schemen commented
Single docker container goes kinda against the concept of docker, 1 process per container should be the goal.