Skip to content

Commit bf86924

Browse files
committed
Add bind mount for det data cache
1 parent 3c0274b commit bf86924

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

services/bl01t-di-cam-01/compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
services:
2-
32
bl01t-di-cam-01: &bl01t-di-cam-01
4-
53
extends:
64
service: linux_ioc
75
file: ../../include/ioc.yml
@@ -24,6 +22,7 @@ services:
2422
- ../../autosave/bl01t-di-cam-01:/autosave
2523
# FOR DEVCONTAINERS: mount in the parent of the project
2624
- ../../..:/workspaces
25+
- ../../../services/.cache/detector_data:/tmp:shared
2726

2827
configs:
2928
- source: bl01t-di-cam-01_config
@@ -45,6 +44,4 @@ configs:
4544
file: ./config
4645

4746
include:
48-
- path:
49-
../../include/networks.yml
50-
47+
- path: ../../include/networks.yml

0 commit comments

Comments
 (0)