zhoubear/open-paperless

Any chance you could containerize?

Claire opened this issue · 4 comments

Docker container for ease of setup, hosting

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.

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.

Single docker container goes kinda against the concept of docker, 1 process per container should be the goal.