jupyterhub/docker-compose.yml

19 lines
448 B
YAML
Raw Normal View History

2016-11-07 19:38:54 +01:00
version: "2"
services:
hub:
build:
context: containers/hub
dockerfile: Dockerfile
args:
- HTTP_PROXY=${HTTP_PROXY}
- HTTPS_PROXY=${HTTPS_PROXY}
- http_proxy=${http_proxy}
- https_proxy=${https_proxy}
- TUTOR_USERNAME=tutor
- TUTOR_PASSWORD=tutor
ports:
- 8000:8000
volumes:
- ./data/lessons:/home/tutor/lessons
- ./data/students:/home/tutor/students