loglink-server icon indicating copy to clipboard operation
loglink-server copied to clipboard

Docker support

Open Adito5393 opened this issue 1 year ago • 1 comments

Thanks for sharing your work. Would you be interested in deploying the server as a container? I can help out with a Dockerfile & test it, but there need to be some changes to the base code to follow the 12-factors guidelines, the most important one is the 3. Config

I can work one a solution for the current stage of the code base and later on adapt it when the config can be based via env vars.

Let me know if you would be interested in a PR

PS: I just see you removed the reference to secretstuff, but I only read the docs part. Therefore.... the server might actually be a good candidate for running in a container 😄

Adito5393 avatar Mar 05 '24 09:03 Adito5393

Thanks - very happy to have you help with that. Docker is something I know little about.

The config is now fully running through .env vars (but I hadn't updated the documentation until just now).

hankhank10 avatar Mar 09 '24 13:03 hankhank10