> ## 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.

# Image properties

> Details about image properties in the Upsun config.yaml file

**Note:** The properties below are available in **both** [single-runtime image](/docs/configure-apps/app-reference/single-runtime-image) and [composable image](/docs/configure-apps/app-reference/composable-image) types.

For most of these properties, the syntax and details are the same for both image types. Differences in meaning and syntax are noted as needed for each property.

<Note>
  To learn about the properties that are **unique to each image type**, refer to the top-level properties described in the [single-runtime image](/docs/configure-apps/app-reference/single-runtime-image) topic or the primary application properties described in the [composable image](/docs/configure-apps/app-reference/composable-image) topic.
</Note>

Pick a property to jump to its reference:

<CardGroup cols={3}>
  <Card title="access" icon="user-lock" href="/docs/configure-apps/image-properties/access">Access & Security</Card>
  <Card title="additional_hosts" icon="globe" href="/docs/configure-apps/image-properties/additional_hosts">Networking</Card>
  <Card title="container_profile" icon="server" href="/docs/configure-apps/image-properties/container_profile">Networking</Card>
  <Card title="crons" icon="clock" href="/docs/configure-apps/image-properties/crons">Runtime</Card>
  <Card title="hooks" icon="terminal" href="/docs/configure-apps/image-properties/hooks">Build & Deploy</Card>
  <Card title="mounts" icon="hard-drive" href="/docs/configure-apps/image-properties/mounts">Storage & Data</Card>
  <Card title="relationships" icon="link" href="/docs/configure-apps/image-properties/relationships">Relationships</Card>
  <Card title="source" icon="code" href="/docs/configure-apps/image-properties/source">Build & Deploy</Card>
  <Card title="variables" icon="list" href="/docs/configure-apps/image-properties/variables">Storage & Data</Card>
  <Card title="web" icon="globe" href="/docs/configure-apps/image-properties/web">Runtime</Card>
  <Card title="workers" icon="users" href="/docs/configure-apps/image-properties/workers">Runtime</Card>
</CardGroup>
