Add more packages

This commit is contained in:
2024-07-27 20:42:35 -04:00
parent 5c740147f7
commit a29b3faaf5
6 changed files with 253 additions and 1 deletions

View File

@@ -17,3 +17,13 @@ services:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
###< symfony/mailer ###
###> blackfireio/blackfire-symfony-meta ###
blackfire:
image: blackfire/blackfire:2
# uncomment to store Blackfire credentials in a local .env.local file
#env_file: .env.local
environment:
BLACKFIRE_LOG_LEVEL: 4
ports: ["8307"]
###< blackfireio/blackfire-symfony-meta ###