Skip to content

feat: move application yaml to own topic#2120

Open
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
applications_yaml.md
Open

feat: move application yaml to own topic#2120
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
applications_yaml.md

Conversation

@TrayserCassa
Copy link
Contributor

fixes: #2107

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates application.yaml configuration examples into a dedicated documentation page to improve maintainability and provide a comprehensive reference. It addresses issue #2107 by creating a central location for all application.yaml examples and configuration details.

Changes:

  • Creates a new comprehensive application_yaml.md page with structure overview, examples (minimal and full), and complete reference documentation
  • Removes duplicate application.yaml examples from prepare-codebase.md and opensearch.md and adds cross-references to the new dedicated page
  • Enhances environment-variables.md with priority information for different environment variable sources (.env, application.yaml, vault secrets)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
products/paas/shopware/fundamentals/application_yaml.md New comprehensive documentation page for application.yaml with structure, examples, and complete reference
products/paas/shopware/get-started/prepare-codebase.md Removed advanced example, added reference to new application_yaml.md page
products/paas/shopware/guides/opensearch.md Removed complete example, updated text to reference new application_yaml.md page
products/paas/shopware/fundamentals/environment-variables.md Restructured with priority information for environment variable sources, simplified examples, maintained essential configuration details

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

version: "8.3"
environment_variables:
- name: INSTALL_LOCALE
value: fr-FR

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

At the root of your project, create a file named `application.yaml`. This file defines key deployment parameters, such as the PHP version and any environment-specific configuration needed for your shop.

#### Basic Example
At the root of your project, create a file named `application.yaml`. This file defines key deployment parameters such as the PHP version, environment variables, and services for your shop.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could add a link to the dedicated section for application.yaml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PaaS: Add example for application.yaml

2 participants