Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Optional in single-runtime and composable images. If you’re using a private network with specific IP addresses you need to connect to, you might want to map those addresses to hostnames to better remember and organize them. In such cases, you can add a map of those IP addresses to whatever hostnames you like. Then when your app tries to access the hostname, it’s sent to the proper IP address. So in the following example, if your app tries to access api.example.com, it’s sent to 192.0.2.23. This is equivalent to adding the mapping to the /etc/hosts file for the container.
Last modified on April 9, 2026