Exclude dima submodule as a volumn in the docker env

This commit is contained in:
2025-06-18 17:03:09 +02:00
parent 490a542126
commit dc6a44a8bb

View File

@ -9,7 +9,10 @@ services:
ports: ports:
- "${JUPYTER_PORT:-8889}:8888" - "${JUPYTER_PORT:-8889}:8888"
volumes: volumes:
- ./:/idear - ./data:/idear/data
- ./figures:/idear/figures
- ./notebooks:/idear/notebooks
- ./scripts:/idear/scripts
- network_drive:/mnt/network_drive:rw - network_drive:/mnt/network_drive:rw
command: > command: >
bash -c " bash -c "