Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Blackfire.io Integration

Matt Glaman edited this page Dec 9, 2015 · 1 revision

There is a Blackfire.io service that can be added to support profiling applications. Simply add the following to .platform-project

services:
  - blackfire
blackfire_server_id: "xxxx-xx-xxxx-xx-xxx"
blackfire_server_token: "xxxxxxxxxx"

Run the docker:rebuild command to recreate your docker-compose.yml and containers.

Clone this wiki locally