-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.yaml
52 lines (40 loc) · 1010 Bytes
/
compose.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
services:
base:
build: base
image: ghcr.io/carapace-sh/base
mdbook:
build: mdbook
image: ghcr.io/carapace-sh/mdbook
shell-bash-ble:
build: shell-bash-ble
image: ghcr.io/carapace-sh/shell-bash-ble
shell-elvish:
build: shell-elvish
image: ghcr.io/carapace-sh/shell-elvish
shell-fish:
build: shell-fish
image: ghcr.io/carapace-sh/shell-fish
shell-nushell:
build: shell-nushell
image: ghcr.io/carapace-sh/shell-nushell
shell-oil:
build: shell-oil
image: ghcr.io/carapace-sh/shell-oil
shell-powershell:
build: shell-powershell
image: ghcr.io/carapace-sh/shell-powershell
shell-tcsh:
build: shell-tcsh
image: ghcr.io/carapace-sh/shell-tcsh
shell-xonsh:
build: shell-xonsh
image: ghcr.io/carapace-sh/shell-xonsh
shell-zsh:
build: shell-zsh
image: ghcr.io/carapace-sh/shell-zsh
dev:
build: dev
image: ghcr.io/carapace-sh/dev
vhs:
build: vhs
image: ghcr.io/carapace-sh/vhs