add unused compose files
This commit is contained in:
16
_unused/docker-compose.jupyter.yml
Normal file
16
_unused/docker-compose.jupyter.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
jupyter:
|
||||
image: jupyter/datascience-notebook:latest
|
||||
instances:
|
||||
jupyter-1:
|
||||
lifecycle:
|
||||
running:
|
||||
- port: service
|
||||
type: tcp
|
||||
ports:
|
||||
service: 8888:13148
|
||||
ship: local
|
||||
volumes:
|
||||
/etc/jupyter: /opt/jupyter/config
|
||||
/home/jovyan: /opt/jupyter/notebooks
|
||||
/opt/conda: /opt/jupyter/conda
|
||||
Reference in New Issue
Block a user