Loading jupyter/docker-compose.jupyter.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,9 @@ services: image: jupyter/tensorflow-notebook:45f07a14b422 command: > jupyter notebook --NotebookApp.token='' # removing token & password to enable traefik auth --NotebookApp.token='' --NotebookApp.password='' # removing token & password to enable traefik auth environment: - 'JUPYTER_ENABLE_LAB=yes' volumes: Loading test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ services: srv: {} restart: always volumes: - /home/runner/work/make-my-server/make-my-server/jupyter:/home/jovyan:rw - /home/runner/work/make-my-server/make-my-server/jupyter/notebooks:/home/jovyan:rw - /home/runner/work/make-my-server/make-my-server/jupyter/jupyter/config:/root/.jupyter:rw kibana: image: docker.elastic.co/kibana/kibana:7.1.0 Loading Loading
jupyter/docker-compose.jupyter.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,9 @@ services: image: jupyter/tensorflow-notebook:45f07a14b422 command: > jupyter notebook --NotebookApp.token='' # removing token & password to enable traefik auth --NotebookApp.token='' --NotebookApp.password='' # removing token & password to enable traefik auth environment: - 'JUPYTER_ENABLE_LAB=yes' volumes: Loading
test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ services: srv: {} restart: always volumes: - /home/runner/work/make-my-server/make-my-server/jupyter:/home/jovyan:rw - /home/runner/work/make-my-server/make-my-server/jupyter/notebooks:/home/jovyan:rw - /home/runner/work/make-my-server/make-my-server/jupyter/jupyter/config:/root/.jupyter:rw kibana: image: docker.elastic.co/kibana/kibana:7.1.0 Loading