Database services
Last updated
# ... the rest of the configuration ...
environments:
production:
# ... more services ...
my-database:
type: mysql
provider: aws # optional when your provider's set to aws
region: eu-central-1 # optional if you have a region set for the project
size: db.t2.micro
storage: 30
version: 8.0
database: my-database
profile: default # this is the default
monitoring:
urls:
- https://a-webhook-to-get-alerted-by.com
emails:
- database-alerts@mywebsite.com