zhoubear / open-paperless

Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
https://openpaperless.com
Other
2.55k stars 220 forks source link

Any chance you could containerize? #6

Open Claire opened 6 years ago

Claire commented 6 years ago

Docker container for ease of setup, hosting

zhoubear commented 6 years ago

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 6 years ago

+1

bspeice commented 6 years ago

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 6 years ago

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