Summary
Current docker image bootstraps DS with hostname set to localhost - https://github.com/WrenSecurity/wrends/blob/b9af6473dd85fb55f62aa4adb4cab5389ff2fa4a/.docker/bootstrap/setup.sh#L36C4-L36C16. That is a sensible default for sandbox deployments. But we need to be able to setup real hostname in production deployments.
Expected Result (Behavior You Expected to See)
Be able to provide additional environment property to set server hostname.