mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-10 09:51:49 +02:00
Update docker-compose.yaml to make changes in the whole project persistent
This commit is contained in:
@ -9,9 +9,10 @@ services:
|
||||
- "8889:8888"
|
||||
- "8050:8050"
|
||||
volumes:
|
||||
- ./data:/acsmdc/data
|
||||
- ./figures:/acsmdc/figures
|
||||
- ./pipelines/params:/acsmdc/pipelines/params
|
||||
#- ./data:/acsmdc/data
|
||||
#- ./figures:/acsmdc/figures
|
||||
#- ./pipelines/params:/acsmdc/pipelines/params
|
||||
- ./:/acsmdc
|
||||
- network_mount:/mnt/network_mount:rw
|
||||
command: >
|
||||
bash -c "
|
||||
@ -31,9 +32,10 @@ services:
|
||||
- "8889:8888"
|
||||
- "8050:8050"
|
||||
volumes:
|
||||
- ./data:/acsmdc/data
|
||||
- ./figures:/acsmdc/figures
|
||||
- ./pipelines/params:/acsmdc/pipelines/params
|
||||
- ./:/acsmdc
|
||||
#- ./data:/acsmdc/data
|
||||
#- ./figures:/acsmdc/figures
|
||||
#- ./pipelines/params:/acsmdc/pipelines/params
|
||||
command: >
|
||||
bash -c "
|
||||
jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token='my-token' &
|
||||
|
Reference in New Issue
Block a user