We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project:init
relationships: postgresql: "postgresql:postgresql"
relationships: database: service: postgresql endpoint: postgresql
We may also consider using the new shorthand syntax:
services: pg_datatabase: type: postgresql:15 applications: app: type: 'php:8.2' relationships: # Defining relationships with null values, # using the services names as relationship names # 1st relationship below is an equivalent of: #pg_database: # service: pg_database # endpoint: postgresql pg_database:
The text was updated successfully, but these errors were encountered:
Support the new relationships structure
8f4ca8c
The new structure is supported both for validation, and when Upsunifying new apps Fix #196
b6d9b13
akalipetis
Successfully merging a pull request may close this issue.
Before
After
We may also consider using the new shorthand syntax:
The text was updated successfully, but these errors were encountered: