* add email docker compose for running tests * update docs to run email tests in docker compose setup * fix typo
9 lines
158 B
YAML
9 lines
158 B
YAML
services:
|
|
start_email:
|
|
image: dadarek/wait-for-dependencies
|
|
depends_on:
|
|
- email
|
|
command: email:9000
|
|
email:
|
|
image: inbucket/inbucket
|