-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
37 lines (35 loc) · 774 Bytes
/
compose.yaml
File metadata and controls
37 lines (35 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: all
volumes:
ai_path:
driver: local
driver_opts:
type: none
device: ${D_AI}
o: bind, rw, uid=999,gid=999
out_path:
driver: local
driver_opts:
type: none
device: ${D_OUT}
o: bind, rw, uid=999,gid=999
git:
driver: local
driver_opts:
type: none
device: ${D_GIT}
o: bind, rw, uid=999,gid=999
docker:
driver: local
driver_opts:
type: none
device: ${D_DKR}
o: bind, rw, uid=999,gid=999
include:
- path:
- ${D_DKR:-.}/Containers/dev/compose/compose.yaml
#- path:
#- ${D_DKR:-.}/Containers/comfy/compose/compose.yaml
- path:
- ${D_DKR:-.}/Containers/ollama/compose/compose.yaml
- path:
- ${D_DKR:-.}/Containers/kali/compose/compose.yaml