10 lines
146 B
YAML
10 lines
146 B
YAML
services:
|
|
web:
|
|
env_file: .env.template
|
|
command: python -Wa manage.py test --noinput --parallel
|
|
|
|
db:
|
|
env_file: .env.template
|
|
|
|
|