File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ services:
1717 environment :
1818 - PHP_MAX_EXECUTION_TIME=30
1919 - PHP_MEMORY_LIMIT=128M
20+ - COMPOSER_VERSION=2
21+ # Let drush know the site uri (makes using --uri redundant)
22+ - DRUSH_OPTIONS_URI=https://${COMPOSE_SERVER_DOMAIN}
2023 depends_on :
2124 - memcached
2225 volumes :
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ services:
4444 - PHP_SENDMAIL_PATH=/usr/bin/msmtp --host=mail --port=1025 --read-recipients --read-envelope-from
4545 - DOCKER_HOST_DOMAIN=${COMPOSE_DOMAIN}
4646 - PHP_IDE_CONFIG=serverName=localhost
47+ # Let drush know the site uri (makes using --uri redundant)
48+ - DRUSH_OPTIONS_URI=http://${COMPOSE_DOMAIN}
4749 depends_on :
4850 mariadb :
4951 condition : service_healthy
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ services:
1717 environment :
1818 - PHP_MAX_EXECUTION_TIME=30
1919 - PHP_MEMORY_LIMIT=128M
20+ - COMPOSER_VERSION=2
21+ # Let drush know the site uri (makes using --uri redundant)
22+ - DRUSH_OPTIONS_URI=https://${COMPOSE_SERVER_DOMAIN}
2023 depends_on :
2124 - memcached
2225 volumes :
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ services:
4444 - PHP_SENDMAIL_PATH=/usr/bin/msmtp --host=mail --port=1025 --read-recipients --read-envelope-from
4545 - DOCKER_HOST_DOMAIN=${COMPOSE_DOMAIN}
4646 - PHP_IDE_CONFIG=serverName=localhost
47+ # Let drush know the site uri (makes using --uri redundant)
48+ - DRUSH_OPTIONS_URI=http://${COMPOSE_DOMAIN}
4749 depends_on :
4850 mariadb :
4951 condition : service_healthy
You can’t perform that action at this time.
0 commit comments