9 lines
165 B
YAML
9 lines
165 B
YAML
services:
|
|
web:
|
|
command: python -Wa manage.py test --noinput --parallel
|
|
restart: "no"
|
|
env_file:
|
|
- path: .env.template
|
|
required: true
|
|
|