Merge pull request #7915 from wallabag/make-blackfire-completely-optional

Make Blackfire completely optional
This commit is contained in:
Yassine Guedidi 2024-12-22 11:30:16 +01:00 committed by GitHub
commit 59831166ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View file

@ -38,6 +38,7 @@ web/uploads/
# Development
docker/php/env
docker/php/blackfire
# Composer PHAR
/composer.phar

View file

@ -31,8 +31,8 @@ services:
# - ./docker/postgres/env
# Uncomment to enable Xdebug
# - ./docker/php/xdebug
- .env
- .env.local
# Uncomment to enable Blackfire
# - ./docker/php/blackfire
ports:
- 8000:8000
# Uncomment to permit Xdebug remote session
@ -76,12 +76,11 @@ services:
timeout: 3s
retries: 3
blackfire:
image: blackfire/blackfire:2
ports: [ "8307" ]
env_file:
- .env
- .env.local
# blackfire:
# image: blackfire/blackfire:2
# ports: [ "8307" ]
# env_file:
# - ./docker/php/blackfire
volumes:
db-data: