# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

# Use this file to set default values for environment variables specified in
# docker-compose configuration file.  docker-compose will substitute these
# values for environment variables in the configuration file IF the variables
# are not set in the shell environment.

# Name of Docker machine
DOCKER_MACHINE_NAME=jupyterhub

# Name of Docker network
DOCKER_NETWORK_NAME=jupyterhub

# Single-user Jupyter Notebook server container image
DOCKER_NOTEBOOK_IMAGE=jupyterhub/singleuser:1.3.0

# Name of JupyterHub container data volume
DATA_VOLUME_HOST=jupyterhub-data

# Data volume container mount point
DATA_VOLUME_CONTAINER=/data

# Name of JupyterHub container data volume
SSL_VOLUME_HOST=jupyterhub-ssl

# Data volume container mount point
SSL_VOLUME_CONTAINER=/jupyterhub-ssl


CONFIGPROXY_AUTH_TOKEN=t2ycxpHi0PnGcxPuJQzVxd9kpeuyqG75FQFyeoOOUI
