From 267988514d413d3826a04e1d44b749b5030019fe Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 25 Jun 2025 16:47:20 +0200 Subject: [PATCH] Update docker-compose.yaml to make changes in the whole project persistent --- docker-compose.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 29aeea9..3a19bb5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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' &