mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Add Safe PHP functions
This commit is contained in:
parent
04a956886a
commit
58cc098058
260 changed files with 49458 additions and 45 deletions
19
vendor/thecodingmachine/safe/performance/docker-compose.yml
vendored
Normal file
19
vendor/thecodingmachine/safe/performance/docker-compose.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
php:
|
||||
image: thecodingmachine/php:7.2-v1-apache
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
ports:
|
||||
- "8888:80"
|
||||
environment:
|
||||
PHP_EXTENSION_BLACKFIRE: 1
|
||||
blackfire:
|
||||
image: blackfire/blackfire
|
||||
environment:
|
||||
# Exposes the host BLACKFIRE_SERVER_ID and TOKEN environment variables.
|
||||
- BLACKFIRE_SERVER_ID
|
||||
- BLACKFIRE_SERVER_TOKEN
|
||||
# You can also use global environment credentials :
|
||||
# BLACKFIRE_SERVER_ID: SERVER-ID
|
||||
# BLACKFIRE_SERVER_TOKEN: SERVER-TOKEN
|
Loading…
Add table
Add a link
Reference in a new issue