mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
12 lines
158 B
YAML
12 lines
158 B
YAML
version: '3'
|
|
|
|
services:
|
|
tests:
|
|
build:
|
|
context: .
|
|
dockerfile: tests/Dockerfile
|
|
env_file:
|
|
- tests/.env
|
|
volumes:
|
|
- ./:/app
|