-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openHIM docker always fallback to localhost #1213
Comments
Hi all, Whenever I change the localhost to (e.g. openhimdev.mydomain.org) on default.json, when I start the containers with docker- Bellow my default.json. { |
Hi @maurochss specify the host using an environment variable like done here |
Hi @bradsawadye , Thanks, it did work but unfortunately the heartbeat is not opening. Port 8080 is opened, I disabled the firewall and still I can't access from the outside. I was thinking in disable https for openHIM and put an NGINX instance in front. Is that feasible? Have you done it? If so which variable should I change to make it http and not https? -- |
Hi @maurochss, We always have ngnx in front of the openhim. The heartbeat is on port 8080 and only retrievable via https. Have a look at this https://github.com/jembi/platform , its a toolbox of ours with openhim and a reverse proxy services |
Hi all,
I am trying to start openHIM using the docker-compose. The steps I am using are:
After doing this, the default.json hostname changes back to localhost instead of the hostname I defined prior to start.
--
Regards,
Mauro Chan Son Suleimane
The text was updated successfully, but these errors were encountered: