session-pysogs icon indicating copy to clipboard operation
session-pysogs copied to clipboard

Is it able to support docker deployment?

Open lostmaniac opened this issue 2 years ago • 3 comments

lostmaniac avatar Aug 10 '22 08:08 lostmaniac

able? yes.

at this current time we do not have any official docker images for pysogs as maintaining those are annoying.

majestrate avatar Aug 10 '22 09:08 majestrate

There is PR #88 as a starting point, but I'm not entirely sure how persistent long-term storage works there (I think it's more intended for a dev environment).

jagerman avatar Aug 10 '22 13:08 jagerman

You can mount a volume with argument -v <folder path on host>:<folder path inside of container>. This way, any folders that need to be kept after container recreation can instead be stored inside of the host machine. More info here.

Quinten0508 avatar Oct 21 '22 19:10 Quinten0508