diff --git a/archived/blackfireio.blackfire-symfony-meta/15d81f77edd7b45de4b4f18cca1188b017d385d0.json b/archived/blackfireio.blackfire-symfony-meta/15d81f77edd7b45de4b4f18cca1188b017d385d0.json new file mode 100644 index 00000000..3316931a --- /dev/null +++ b/archived/blackfireio.blackfire-symfony-meta/15d81f77edd7b45de4b4f18cca1188b017d385d0.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "blackfireio/blackfire-symfony-meta": { + "manifest": { + "copy-from-recipe": { + ".blackfire.yaml": ".blackfire.yaml" + }, + "env": { + "#1": "Get your SERVER credentials at https://blackfire.io/my/settings/credentials", + "#2": "BLACKFIRE_SERVER_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "#3": "BLACKFIRE_SERVER_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" + }, + "docker-compose": { + "docker-compose.override.yml": { + "services": [ + "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\"]" + ] + } + }, + "post-install-output": [ + " * Blackfire Agent has been configured in your docker-compose.override.yaml file", + "", + " * Configure your Blackfire SERVER credentials in .env.local (get them at https://blackfire.io/my/settings/credentials)", + "", + " * Install the PHP probe: https://blackfire.io/docs/up-and-running/installation", + "", + " * Read the documentation at https://blackfire.io/docs" + ] + }, + "files": { + ".blackfire.yaml": { + "contents": [ + "scenarios: |", + " #!blackfire-player", + "", + " scenario", + " name \"Test homepage\"", + " visit url('/')", + " expect status_code() == 200", + "" + ], + "executable": false + } + }, + "ref": "15d81f77edd7b45de4b4f18cca1188b017d385d0" + } + } +} diff --git a/blackfireio.blackfire-symfony-meta.1.0.json b/blackfireio.blackfire-symfony-meta.1.0.json index 1025731a..3316931a 100644 --- a/blackfireio.blackfire-symfony-meta.1.0.json +++ b/blackfireio.blackfire-symfony-meta.1.0.json @@ -19,7 +19,7 @@ " #env_file: .env.local", " environment:", " BLACKFIRE_LOG_LEVEL: 4", - " ports: [8307]" + " ports: [\"8307\"]" ] } }, @@ -48,7 +48,7 @@ "executable": false } }, - "ref": "fcf2e044bcd90c6f2f5a6c050645e77fb3bf31c7" + "ref": "15d81f77edd7b45de4b4f18cca1188b017d385d0" } } }