We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0274b commit bf86924Copy full SHA for bf86924
services/bl01t-di-cam-01/compose.yml
@@ -1,7 +1,5 @@
1
services:
2
-
3
bl01t-di-cam-01: &bl01t-di-cam-01
4
5
extends:
6
service: linux_ioc
7
file: ../../include/ioc.yml
@@ -24,6 +22,7 @@ services:
24
22
- ../../autosave/bl01t-di-cam-01:/autosave
25
23
# FOR DEVCONTAINERS: mount in the parent of the project
26
- ../../..:/workspaces
+ - ../../../services/.cache/detector_data:/tmp:shared
27
28
configs:
29
- source: bl01t-di-cam-01_config
@@ -45,6 +44,4 @@ configs:
45
44
file: ./config
46
47
include:
48
- - path:
49
- ../../include/networks.yml
50
+ - path: ../../include/networks.yml
0 commit comments