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
|