-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
34 lines (33 loc) · 802 Bytes
/
plugin.yaml
File metadata and controls
34 lines (33 loc) · 802 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
name: docker
author: outblocks
usage: Docker run plugin
description: Run whole stack locally through docker containers
cmd:
default: $OUTBLOCKS_PLUGIN_DIR/docker_plugin
windows: $OUTBLOCKS_PLUGIN_DIR/docker_plugin.exe
actions:
- run
commands:
run:
flags:
- name: docker-regenerate
type: boolean
usage: Regenerate dockerfiles
- name: docker-rebuild
type: boolean
usage: Rebuild docker images
- name: docker-no-cache
type: boolean
usage: Skip cache when rebuilding docker images
- name: docker-production
type: boolean
usage: Use production images rather than dev ones
supports:
- service
- static
supported_types:
- type: postgresql
- type: mysql
- type: storage
match:
deploy: gcp