♻️ Simplify tests, run in same backend service (#152)

remove backend-tests
This commit is contained in:
Sebastián Ramírez
2020-04-19 12:34:03 +02:00
committed by GitHub
parent 8f9c2bac42
commit 283bc7c95b
10 changed files with 8 additions and 69 deletions

View File

@@ -9,7 +9,3 @@ services:
- RUN=celery worker -A app.worker -l info -Q main-queue -c 1
- JUPYTER=jupyter lab --ip=0.0.0.0 --allow-root --NotebookApp.custom_display_url=http://127.0.0.1:8888
- SERVER_HOST=http://${DOMAIN}
backend-tests:
environment:
- JUPYTER=jupyter lab --ip=0.0.0.0 --allow-root --NotebookApp.custom_display_url=http://127.0.0.1:8888
- SERVER_HOST=http://${DOMAIN}