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