Fixed: Startup building time

This commit is contained in:
2025-09-16 10:41:51 +02:00
parent 6898ef9171
commit fc38957b9a
2 changed files with 13 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ c.JupyterHub.spawner_class = DockerSpawner
# Spawn Containers from this Image
c.DockerSpawner.image = os.environ.get("NOTEBOOK_IMAGE", "jupyter/base-notebook:latest")
# Spawn this "version" of the Notebook
c.DockerSpawner.default_url = os.environ.get("SPAWNER_DEFAULT_URL", "/tree")
# Connect Containers to this network
network_name = os.environ.get("DOCKER_NETWORK_NAME", "stack_default")
# Let docker manage network communications