Fixed: Nginx WebSocket configuration causing Single User Servers to miss out api requests

This commit is contained in:
2025-09-15 21:14:54 +02:00
parent a5688c071d
commit 6606b874e5
4 changed files with 26 additions and 7 deletions

View File

@@ -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