Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
# BLACKFIRE_SERVER_ID=
# BLACKFIRE_SERVER_TOKEN=

# Inject Composer authentication information into your Docker containers.
#
# This is a JSON string. Hint: Rather than setting this here, you can also
# add the following line to your .bash_profile to have it set automatically
# for every project:
# export COMPOSER_AUTH=$(cat ~/.composer/auth.json)

# COMPOSER_AUTH



Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
BLACKFIRE_CLIENT_ID: # Optionally set in .env.
BLACKFIRE_CLIENT_TOKEN: # Optionally set in .env.
COMPOSER_ALLOW_SUPERUSER: 1
COMPOSER_AUTH: # Optionally pulled from environment
working_dir: /var/www

mysql:
Expand Down