matrix-webhook/test.yml

12 lines
158 B
YAML
Raw Normal View History

2021-06-16 19:23:25 -04:00
version: '3'
services:
tests:
2021-07-11 10:17:09 -04:00
build:
context: .
dockerfile: tests/Dockerfile
2021-06-16 19:23:25 -04:00
env_file:
- tests/.env
2021-07-11 10:17:09 -04:00
volumes:
- ./:/app