mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Set the default URL for Drush to use when
...executing commands
This commit is contained in:
parent
e00140d4af
commit
bb9820e052
|
@ -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…
Reference in a new issue