geoserver-docker icon indicating copy to clipboard operation
geoserver-docker copied to clipboard

Defer to service discoery in get_nginxhost_ip.py

Open eggshell opened this issue 6 years ago • 0 comments

This will add a few lines of python to defer to service discovery in kubernetes. If http://geonode:80 is resolvable from the get-go, then that will be deferred to and the script will exit. If not, the rest of the logic which is key to running geonode with compose will continue to run normally.

Signed-off-by: Cullen Taylor [email protected]

eggshell avatar Sep 11 '18 13:09 eggshell