open-paperless icon indicating copy to clipboard operation
open-paperless copied to clipboard

Any chance you could containerize?

Open Claire opened this issue 7 years ago • 4 comments

Docker container for ease of setup, hosting

Claire avatar Dec 22 '17 01:12 Claire

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.

zhoubear avatar Dec 22 '17 01:12 zhoubear

+1

mattsmallman avatar Dec 22 '17 17:12 mattsmallman

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.

bspeice avatar Dec 28 '17 21:12 bspeice

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

schemen avatar Feb 06 '18 13:02 schemen