mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-04 18:35:33 +01:00
Set the default URL for Drush to use when
...executing commands
This commit is contained in:
parent
e00140d4af
commit
bb9820e052
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ export COMPOSE_PROJECT_NAME={{ name }}
|
|||
export COMPOSE_PROFILES=web,php,database
|
||||
|
||||
export DOCKER_WEB_VOLUME=.:{{ project_root }}
|
||||
|
||||
export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost"
|
||||
{% endif %}
|
||||
|
||||
export MYSQL_DATABASE=app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue