matrix-webhook/test.yml
2021-07-13 11:41:16 +02:00

11 lines
158 B
YAML

version: '3'
services:
tests:
build:
context: .
dockerfile: tests/Dockerfile
env_file:
- tests/.env
volumes:
- ./:/app