Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions products/paas/shopware/get-started/prepare-codebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ app:
php:
version: "8.3"
environment_variables: []
hooks: {}
services:
mysql:
version: "8.0"
Expand All @@ -91,8 +90,11 @@ app:
- name: INSTALL_LOCALE
value: fr-FR
scope: RUN # Supports RUN or BUILD
hooks: {}
services:
mysql:
version: "8.0"
```

## Hooks Configuration

Shopware PaaS Native uses the deployment helper to execute custom hooks for your application. To see how these hooks are configured, refer to the [Deployment Helper documentation](../../../../guides/hosting/installation-updates/deployments/deployment-helper#configuration).
Loading