ENGDOCS-2213 (#20842)

This commit is contained in:
Allie Sadler 2024-09-11 10:58:21 +01:00 committed by GitHub
parent 3ff3de74c2
commit ef75c4af8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,7 @@ description: Learn about the Compose Build Specification
keywords: compose, compose specification, compose file reference, compose build specification
aliases:
- /compose/compose-file/build/
weight: 130
---
{{< include "compose/build.md" >}}

View File

@ -4,6 +4,7 @@ description: Explore all the attributes the configs top-level element can have.
keywords: compose, compose specification, configs, compose file reference
aliases:
- /compose/compose-file/08-configs/
weight: 50
---
{{< include "compose/configs.md" >}}

View File

@ -4,6 +4,7 @@ description: Learn about the Compose Deploy Specification
keywords: compose, compose specification, compose file reference, compose deploy specification
aliases:
- /compose/compose-file/deploy/
weight: 140
---
{{< include "compose/deploy.md" >}}

View File

@ -4,6 +4,7 @@ description: Learn about the Compose Develop Specification
keywords: compose, compose specification, compose file reference, compose develop specification
aliases:
- /compose/compose-file/develop/
weight: 150
---
> **Note:**

View File

@ -4,6 +4,7 @@ description: Understand how to use extensions
keywords: compose, compose specification, extensions, compose file reference
aliases:
- /compose/compose-file/11-extension/
weight: 80
---
{{< include "compose/extension.md" >}}

View File

@ -4,6 +4,7 @@ description: Understand how to use fragments
keywords: compose, compose specification, fragments, compose file reference
aliases:
- /compose/compose-file/10-fragments/
weight: 70
---
{{< include "compose/fragments.md" >}}

View File

@ -4,6 +4,7 @@ description: Learn about include
keywords: compose, compose specification, include, compose file reference
aliases:
- /compose/compose-file/14-include/
weight: 110
---
{{< introduced compose 2.20.0 "/manuals/compose/release-notes.md#2200" >}}

View File

@ -4,6 +4,7 @@ description: Learn about interpolation
keywords: compose, compose specification, interpolation, compose file reference
aliases:
- /compose/compose-file/12-interpolation/
weight: 90
---
{{< include "compose/interpolation.md" >}}

View File

@ -4,6 +4,7 @@ description: Learn about merging rules
keywords: compose, compose specification, merge, compose file reference
aliases:
- /compose/compose-file/13-merge/
weight: 100
---
{{< include "compose/merge.md" >}}

View File

@ -4,6 +4,7 @@ description: Explore all the attributes the networks top-level element can have.
keywords: compose, compose specification, networks, compose file reference
aliases:
- /compose/compose-file/06-networks/
weight: 30
---
{{< include "compose/networks.md" >}}

View File

@ -4,6 +4,7 @@ description: Learn about profiles
keywords: compose, compose specification, profiles, compose file reference
aliases:
- /compose/compose-file/15-profiles/
weight: 120
---
With profiles you can define a set of active profiles so your Compose application model is adjusted for various usages and environments.

View File

@ -4,6 +4,7 @@ description: Explore all the attributes the secrets top-level element can have.
keywords: compose, compose specification, secrets, compose file reference
aliases:
- /compose/compose-file/09-secrets/
weight: 60
---
Secrets are a flavor of [Configs](configs.md) focusing on sensitive data, with specific constraint for this usage.

View File

@ -4,6 +4,7 @@ description: Explore all the attributes the services top-level element can have.
keywords: compose, compose specification, services, compose file reference
aliases:
- /compose/compose-file/05-services/
weight: 20
---
{{< include "compose/services.md" >}}

View File

@ -4,6 +4,7 @@ description: Understand when and if to set the version and name top-level elemen
keywords: compose, compose specification, services, compose file reference
aliases:
- /compose/compose-file/04-version-and-name/
weight: 10
---
## Version top-level element (obsolete)

View File

@ -4,6 +4,7 @@ description: Explore all the attributes the volumes top-level element can have.
keywords: compose, compose specification, volumes, compose file reference
aliases:
- /compose/compose-file/07-volumes/
weight: 40
---
{{< include "compose/volumes.md" >}}