Skip to content

Instantly share code, notes, and snippets.

@ChaseWPDEV
Last active January 24, 2022 19:25
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 ChaseWPDEV/dc003a7d05a6b8c1600cec3c3ea12325 to your computer and use it in GitHub Desktop.
Save ChaseWPDEV/dc003a7d05a6b8c1600cec3c3ea12325 to your computer and use it in GitHub Desktop.
Example Docker Compose File for the ChaseWPDEV / WPTesting-Docks testing system
version: '3'
services:
jest:
image : wpjesttests
volumes:
- /var/www/html/cwp/wp-content:/home/node
command: bash
phpunit:
image : wpphptests
volumes:
- /var/www/html/cwp/wp-content:/root/wp-content
command: bash -c "service mariadb start && bash"
backstop:
image: wpbackstoptests
volumes:
- /var/www/html/cwp/wp-content/backstop-tests:/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment