Set the default URL for Drush to use when

...executing commands
This commit is contained in:
Oliver Davies 2024-06-27 12:13:24 +01:00
parent e00140d4af
commit bb9820e052

View file

@ -7,6 +7,8 @@ export COMPOSE_PROJECT_NAME={{ name }}
export COMPOSE_PROFILES=web,php,database export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:{{ project_root }} export DOCKER_WEB_VOLUME=.:{{ project_root }}
export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost"
{% endif %} {% endif %}
export MYSQL_DATABASE=app export MYSQL_DATABASE=app