11 lines
136 B
YAML
11 lines
136 B
YAML
version: '3'
|
|
|
|
services:
|
|
bot:
|
|
build: .
|
|
env_file:
|
|
- tests/.env
|
|
tests:
|
|
build: tests
|
|
env_file:
|
|
- tests/.env
|