mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-05 04:57:09 -04:00
* 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
|