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
As a developer I might already have created a database in production, outside of ComposeX.
I would like to be able to identify a pre-existing DB and its secret and associate it to my services.
Describe the solution you'd like
x-rds:
dbA:
Lookup:
Tags:
- key: Value
Secret:
Tags:
- key: Value
Name: "secret/name/in/secrets-manager"
As a developer I might already have created a database in production, outside of ComposeX.
I would like to be able to identify a pre-existing DB and its secret and associate it to my services.
Describe the solution you'd like
Describe alternatives you've considered
In the second syntax, we are re-using the docker-compose
secrets
and if associated to a DB we would automatically add it to the service definition.The text was updated successfully, but these errors were encountered: