attempting creation of testing mode.
This commit is contained in:
9
compose.test.yaml
Normal file
9
compose.test.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
env_file: ".env.template"
|
||||
command: python -Wa manage.py test --noinput --parallel
|
||||
|
||||
db:
|
||||
env_file: ".env.template"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user