Traduction en anglais des fichiers

This commit is contained in:
Eric Coissac
2025-10-15 07:10:44 +02:00
parent 65d94c5719
commit 21fc3a2c1f
6 changed files with 296 additions and 155 deletions

View File

@@ -6,21 +6,21 @@ services:
container_name: jupyterhub
image: jupyterhub-hub:latest
ports:
- "8888:8000"
- "8000:8000"
volumes:
# Accès au socket Docker pour spawner les containers étudiants
# Access to Docker socket to spawn student containers
- /var/run/docker.sock:/var/run/docker.sock
# Persistance de la base de données JupyterHub
# JupyterHub database persistence
- jupyterhub-data:/srv/jupyterhub
# Montage du fichier de config en direct (pour modifications faciles)
# Mount config file directly (for easy modifications)
- ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro
networks:
- jupyterhub-network
restart: unless-stopped
environment:
# Mot de passe partagé pour tous les étudiants
# Shared password for all students
JUPYTERHUB_PASSWORD: metabar2025
# Variables d'environnement optionnelles
# Optional environment variables
DOCKER_NOTEBOOK_DIR: /home/jovyan/work
networks:
@@ -31,4 +31,5 @@ networks:
volumes:
jupyterhub-data:
jupyterhub-shared:
jupyterhub-course:
jupyterhub-course: