Skip to content

Instantly share code, notes, and snippets.

@bradjones1
Created April 28, 2022 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradjones1/89a50165a06c0c0cd7987edb78018576 to your computer and use it in GitHub Desktop.
Save bradjones1/89a50165a06c0c0cd7987edb78018576 to your computer and use it in GitHub Desktop.
Drupal testing docker-compose.yml
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