Skip to content
Snippets Groups Projects
Commit 89da337d authored by Urs Baumann's avatar Urs Baumann :bath:
Browse files

Add docker-compose.yml

parent 06f3937a
Branches
No related tags found
No related merge requests found
Pipeline #63266 passed
version: "3.7"
services:
AutPy-notebook:
image: registry.gitlab.ost.ch:45023/ins-courses/autpy/jupyter-server:latest
environment:
- JUPYTER_ENABLE_LAB=yes
- TAAS_URL=http://taas:5000/testbook
working_dir: /home/jovyan/work
ports:
- "8888:8888"
command:
[
"start-notebook.sh",
"--ip=0.0.0.0",
"--NotebookApp.token=''",
"--NotebookApp.password=''",
]
taas:
image: registry.gitlab.ost.ch:45023/ins-courses/autpy/taas:latest
env_file:
- taas.env
environment:
- DEBUG=True
- USERNAME=
- GIT_TEST_REPO=
- GIT_SUBMISSION_REPO=
ports:
- "5000:5000"
DEBUG=True
USERNAME=
GIT_TEST_REPO=
GIT_SUBMISSION_REPO=
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment