mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-07-04 07:04:48 +02:00
Update docker-compose.yaml to depend on externally defined network drive (e.g., NETWORK_DRIVE)
This commit is contained in:
@ -11,7 +11,7 @@ services:
|
|||||||
- ./data:/acsmdc/data
|
- ./data:/acsmdc/data
|
||||||
- ./figures:/acsmdc/figures
|
- ./figures:/acsmdc/figures
|
||||||
- ./pipelines/params:/acsmdc/pipelines/params
|
- ./pipelines/params:/acsmdc/pipelines/params
|
||||||
- lac_ord:/mnt/network/lac_ord:rw
|
- network_mount:/mnt/network/network_mount:rw
|
||||||
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' &
|
||||||
@ -41,8 +41,8 @@ services:
|
|||||||
- local-only
|
- local-only
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
lac_ord:
|
network_mount:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: cifs
|
type: cifs
|
||||||
o: "username=${CIFS_USER},password=${CIFS_PASS},vers=3.0"
|
o: "username=${CIFS_USER},password=${CIFS_PASS},vers=3.0"
|
||||||
device: "//fs00/LAC_ORD"
|
device: "${NETWORK_MOUNT}"
|
||||||
|
Reference in New Issue
Block a user