Created
April 28, 2022 21:42
-
-
Save bradjones1/89a50165a06c0c0cd7987edb78018576 to your computer and use it in GitHub Desktop.
Drupal testing docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
web: | |
build: | |
context: . | |
target: base | |
args: | |
with_xdebug: 1 | |
environment: | |
DB_HOST: NONE | |
RELATIVE_DOCROOT: '' | |
SIMPLETEST_BASE_URL: http://web:8080 | |
SIMPLETEST_DB: sqlite://localhost//tmp/drupal.sqlite | |
volumes: | |
- .:/var/www/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment