You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`name`|`string`| Yes | No | A unique name for the app. Must be lowercase alphanumeric characters. Changing the name destroys data associated with the app. |
43
+
|`type`| A type | Yes | No |[Defines the version of the Nix channel](#supported-nix-channels). Example: `type: "composable:25.05"`|
43
44
|`stack`| An array of [Nix packages](#stack)| Yes | No | A list of packages from the {{% vendor/name %}} collection of [supported runtimes](#supported-nix-packages) and/or from [Nixpkgs](https://search.nixos.org/packages). |
44
45
|`size`| A [size](#sizes)|| Yes | How much resources to devote to the app. Defaults to `AUTO` in production environments. |
45
46
|`relationships`| A dictionary of [relationships](#relationships)|| Yes | Connections to other services and apps. |
@@ -56,7 +57,6 @@ To override any part of a property, you have to provide the entire property.
56
57
|`source`| A [source dictionary](#source)|| No | Information on the app's source code and operations that can be run on it. |
57
58
|`additional_hosts`| An [additional hosts dictionary](#additional-hosts)|| Yes | Maps of hostnames to IP addresses. |
58
59
|`operations`| A [dictionary of Runtime operations](/create-apps/runtime-operations.md)|| No | Runtime operations for the application. |
59
-
|`type`| A type | Yes | No | The base image to use with a specific app language. Format: `composable:version`. When using `type` with composable image, the type must be composable. You can also [define the version of the Nix channel](#supported-nix-channels) with `type`. |
60
60
61
61
{{% note %}}
62
62
The ``build``, ``dependencies``, and ``runtime`` keys are only supported when using a [single-runtime image](/create-apps/app-reference/single-runtime-image.md).
@@ -110,12 +110,6 @@ If you use PHP, note that PHP-FPM is only started automatically if PHP is define
110
110
- `24.05`
111
111
- `25.05`
112
112
113
-
{{% note theme=warning title="Warning" %}}
114
-
115
-
Note that any new channels released by Nix will **not be immediately available**.
116
-
117
-
{{% /note %}}
118
-
119
113
### Configure Nix channels
120
114
121
115
The Nix channel can be configured with the [top-level property `type`](#top-level-properties).
|`type`| A type | Yes | No |[Defines the version of the Nix channel](#supported-nix-channels). Example: `type: "composable:25.05"`|
63
64
|`stack`| An array of [Nix packages](#stack)| Yes | No | A list of packages from the {{% vendor/name %}} collection of [supported runtimes](#supported-nix-packages) and/or from [NixPkgs](https://search.nixos.org/packages). |
64
65
|`container_profile`| A [container profile](/manage-resources/adjust-resources.md#advanced-container-profiles)|| Yes | Container profile of the application. |
65
66
|`relationships`| A dictionary of [relationships](#relationships)|| Yes | Connections to other services and apps. |
@@ -75,7 +76,7 @@ To override any part of a property, you have to provide the entire property.
75
76
|`source`| A [source dictionary](#source)|| No | Information on the app's source code and operations that can be run on it. |
76
77
|`additional_hosts`| An [additional hosts dictionary](#additional-hosts)|| Yes | Maps of hostnames to IP addresses. |
77
78
|`operations`| A [dictionary of Runtime operations](/create-apps/runtime-operations.md)|| No | Runtime operations for the application. |
78
-
|`type`| A type | Yes | No | The base image to use with a specific app language. Format: `composable:version`. When using `type` with composable image, the type must be composable. You can also [define the version of the Nix channel](#supported-nix-channels) with `type`. |
79
+
79
80
80
81
{{% note %}}
81
82
The ``build``, ``dependencies``, and ``runtime`` keys are only supported when using a [single-runtime image](/create-apps/app-reference/single-runtime-image.md).
@@ -130,12 +131,6 @@ If you use PHP, note that PHP-FPM is only started automatically if PHP is define
130
131
- `24.05`
131
132
- `25.05`
132
133
133
-
{{% note theme=warning title="Warning" %}}
134
-
135
-
Note that any new channels released by Nix will **not be immediately available**.
136
-
137
-
{{% /note %}}
138
-
139
134
### Configure Nix channels
140
135
141
136
The Nix channel can be configured with the [top-level property `type`](#primary-application-properties).
0 commit comments