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"
|
- "8889:8888"
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/acsmdc/data
|
#- ./data:/acsmdc/data
|
||||||
- ./figures:/acsmdc/figures
|
#- ./figures:/acsmdc/figures
|
||||||
- ./pipelines/params:/acsmdc/pipelines/params
|
#- ./pipelines/params:/acsmdc/pipelines/params
|
||||||
|
- ./:/acsmdc
|
||||||
- network_mount:/mnt/network_mount:rw
|
- network_mount:/mnt/network_mount:rw
|
||||||
command: >
|
command: >
|
||||||
bash -c "
|
bash -c "
|
||||||
@ -31,9 +32,10 @@ services:
|
|||||||
- "8889:8888"
|
- "8889:8888"
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/acsmdc/data
|
- ./:/acsmdc
|
||||||
- ./figures:/acsmdc/figures
|
#- ./data:/acsmdc/data
|
||||||
- ./pipelines/params:/acsmdc/pipelines/params
|
#- ./figures:/acsmdc/figures
|
||||||
|
#- ./pipelines/params:/acsmdc/pipelines/params
|
||||||
command: >
|
command: >
|
||||||
bash -c "
|
bash -c "
|
||||||
jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token='my-token' &
|
jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token='my-token' &
|
||||||
|
Reference in New Issue
Block a user