session-pysogs
session-pysogs copied to clipboard
Is it able to support docker deployment?
able? yes.
at this current time we do not have any official docker images for pysogs as maintaining those are annoying.
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).
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.