Update docker-compose.yaml to make changes in the whole project persistent

This commit is contained in:
2025-06-25 16:47:20 +02:00
parent 2475e21101
commit 267988514d

View File

@ -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' &