This PR adds two optional params that are useful when setting up a system that makes use of a separate internal and external networking (e.g., Docker-Compose and Kubernetes).
host and port are used as the default network setting as well as the internal network in more complex settings
external_host and external_port are used for outside connections to the service when standing it up (i.e., when invoked via launch_server())
This PR adds two optional params that are useful when setting up a system that makes use of a separate internal and external networking (e.g., Docker-Compose and Kubernetes).
host
andport
are used as the default network setting as well as the internal network in more complex settingsexternal_host
andexternal_port
are used for outside connections to the service when standing it up (i.e., when invoked vialaunch_server()
)