13 lines
182 B
YAML
13 lines
182 B
YAML
services:
|
|
web:
|
|
env_file:
|
|
- .env.template
|
|
command: python -Wa manage.py test --noinput --parallel
|
|
restart: "no"
|
|
|
|
db:
|
|
env_file:
|
|
- .env.template
|
|
|
|
|