Fixed: Nginx WebSocket configuration causing Single User Servers to miss out api requests
This commit is contained in:
@@ -14,13 +14,14 @@ ENABLE_LAB=1
|
||||
SPAWNER_DEFAULT_URL=/lab
|
||||
NOTEBOOK_MEMORY_LIMIT=500M
|
||||
NOTEBOOK_CPU_LIMIT=1.0
|
||||
NOTEBOOK_IMAGE=jupyter/base-notebook:latest
|
||||
HUB_IP=jupyterhub # Name of the Docker container
|
||||
DOCKER_NOTEBOOK_DIR=/home/jovyan/work
|
||||
DOCKER_SPAWNER_DEBUG=0 # Set to non Zero to enable
|
||||
|
||||
# Docker
|
||||
COMPOSE_PROJECT_NAME=ifn_stack
|
||||
DOCKER_NETWORK_NAME=jupyter_network
|
||||
DOCKER_NETWORK_NAME=jupyterhub-network
|
||||
POSTGRES_PORT=5432
|
||||
JUPYTERHUB_PORT=8000
|
||||
NGINX_HTTP_PORT=8080
|
||||
|
Reference in New Issue
Block a user