diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-16 08:11:49 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-16 08:11:49 +0000 |
commit | f7cdbcd0d1aa7c514698a253bec9b3ff8fd61cd8 (patch) | |
tree | 8e9ea986acf20539aed1ebb753558fb1e89a3785 /.env | |
parent | Update README.md (diff) | |
download | jupyter-notebook-docker-compose-f7cdbcd0d1aa7c514698a253bec9b3ff8fd61cd8.tar.gz jupyter-notebook-docker-compose-f7cdbcd0d1aa7c514698a253bec9b3ff8fd61cd8.zip |
first commmit
Diffstat (limited to '.env')
-rw-r--r-- | .env | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -1,28 +0,0 @@ -# Define a local data directory -# Set permissions for the container: -# sudo chown -R 1000 ${LOCAL_WORKING_DIR} - -LOCAL_WORKING_DIR=/data/jupyter/notebooks - -# Generate an access token like this -# import IPython as IPython -# hash = IPython.lib.passwd("S-E-C-R-E-T") -# print(hash) -# You can use the script generate_token.py - -ACCESS_TOKEN=sha1:d4c78fe19cb5:0c8f830971d52da9d74b9985a8b87a2b80fc6e6a - -# Host port -PORT=8888 - -# Provide data sets -LOCAL_DATASETS=/data/jupyter/datasets - -# Provide local modules -LOCAL_MODULES=/home/git/python_modules - -# SSL -# Generate cert like this: -# openssl req -x509 -nodes -newkey rsa:2048 -keyout jupyter.pem -out jupyter.pem -# Copy the jupyter.pem file into the location below. -LOCAL_SSL_CERTS=/opt/ssl-certs/jupyter |