I’ve been managing and customizing an OpenEMR site for years and I have the opportunity to start over with a new site.
One of my main goals is to stay plugged in with current releases and actually start contributing back as well so I don’t end up diverging again if possible.
I have the site up and running on Docker now but not with ssl which is bad for production.
I understand in the docker-compose.yaml file I need to set the hostname and email but I’m not sure what to use for hostname…
The docker container is running on a linode server… I can get a name set up for the server itself no problem…but how do I determine and configure the hostname for the container so that it works with letsencrypt?
Are there instructions somewhere already that I’m missing?
Thanks,
Kyle