♻️ Simplify tests, run in same backend service (#152)
remove backend-tests
This commit is contained in:

committed by
GitHub

parent
8f9c2bac42
commit
283bc7c95b
@@ -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}
|
||||
|
Reference in New Issue
Block a user