UNPKG

766 BJSONView Raw
1{
2 "file": ["./docker/docker-compose.yml"],
3 "service": null,
4 "exec": true,
5 "actions": {
6 "down": {
7 "command": "%action% %args%",
8 "exec": false
9 },
10 "up": {
11 "command": "%action% %args%",
12 "exec": false
13 },
14 "pull": {
15 "command": "%action% %args%",
16 "exec": false
17 },
18 "start": {
19 "command": "%action% %args%",
20 "exec": false
21 },
22 "stop": {
23 "command": "%action% %args%",
24 "exec": false
25 },
26 "bash": "%action% %args%",
27 "composer": "%action% %args%",
28 "node": {
29 "command": "%action% %args%",
30 "user": "node"
31 },
32 "npm": {
33 "command": "%action% %args%",
34 "user": "node"
35 },
36 "git": "%action% %args%",
37 "yarn": "%action% %args%"
38 }
39}