mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-07 23:45:24 +00:00
Merge pull request #7915 from wallabag/make-blackfire-completely-optional
Make Blackfire completely optional
This commit is contained in:
commit
59831166ed
3 changed files with 8 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,6 +38,7 @@ web/uploads/
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
docker/php/env
|
docker/php/env
|
||||||
|
docker/php/blackfire
|
||||||
|
|
||||||
# Composer PHAR
|
# Composer PHAR
|
||||||
/composer.phar
|
/composer.phar
|
||||||
|
|
15
compose.yaml
15
compose.yaml
|
@ -31,8 +31,8 @@ services:
|
||||||
# - ./docker/postgres/env
|
# - ./docker/postgres/env
|
||||||
# Uncomment to enable Xdebug
|
# Uncomment to enable Xdebug
|
||||||
# - ./docker/php/xdebug
|
# - ./docker/php/xdebug
|
||||||
- .env
|
# Uncomment to enable Blackfire
|
||||||
- .env.local
|
# - ./docker/php/blackfire
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
# Uncomment to permit Xdebug remote session
|
# Uncomment to permit Xdebug remote session
|
||||||
|
@ -76,12 +76,11 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
blackfire:
|
# blackfire:
|
||||||
image: blackfire/blackfire:2
|
# image: blackfire/blackfire:2
|
||||||
ports: [ "8307" ]
|
# ports: [ "8307" ]
|
||||||
env_file:
|
# env_file:
|
||||||
- .env
|
# - ./docker/php/blackfire
|
||||||
- .env.local
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
||||||
|
|
Loading…
Reference in a new issue