@@ -36,9 +36,6 @@ services:
- "8888:8888"
volumes:
- ./backend/app:/app
- 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?Variable not set}
build:
context: ./backend
dockerfile: backend.dockerfile