diff options
| author | Kasra Bigdeli <[email protected]> | 2019-08-14 13:00:30 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-08-14 13:00:30 -0400 |
| commit | d5223e80f564cc21ca90f67008fa12f76e1f069e (patch) | |
| tree | f241e5b065d7fa24dcef18923bbe653262788d9b /public/v2/apps/rainloop.json | |
| parent | 3f6dc9213224d35c97857f6db6aa20da5119ba67 (diff) | |
| download | caprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.tar.gz caprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.zip | |
Added v2
Diffstat (limited to 'public/v2/apps/rainloop.json')
| -rw-r--r-- | public/v2/apps/rainloop.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/v2/apps/rainloop.json b/public/v2/apps/rainloop.json new file mode 100644 index 0000000..e8192e5 --- /dev/null +++ b/public/v2/apps/rainloop.json @@ -0,0 +1,33 @@ +{ + "captainVersion": "2", + "documentation": "Taken from https://hub.docker.com/r/hardware/rainloop", + "dockerCompose": { + "version": "2", + "services": { + "$$cap_appname": { + "image": "hardware/rainloop:$$cap_rainloop_version", + "containerHttpPort": "8888", + "restart": "always", + "volumes": [ + "$$cap_appname-data:/rainloop/data" + ] + } + }, + "volumes": { + "$$cap_appname-data": {} + } + }, + "instructions": { + "start": "Rainloop is a simple, modern & fast web-based email client. \n\n For initial configuration, see https://www.rainloop.net/docs/configuration/", + "end": "Rainloop is deployed and available as $$cap_appname. \n\n It will take about a minute for Rainloop to be ready. Before that, you might see 502 error page." + }, + "variables": [ + { + "id": "$$cap_rainloop_version", + "label": "Rainloop Version", + "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags", + "defaultValue": "1.12.0", + "validRegex": "/^([^\\s^\\/])+$/" + } + ] +} |
