summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/pgweb.json
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-08-14 13:00:30 -0400
committerKasra Bigdeli <[email protected]>2019-08-14 13:00:30 -0400
commitd5223e80f564cc21ca90f67008fa12f76e1f069e (patch)
treef241e5b065d7fa24dcef18923bbe653262788d9b /public/v2/apps/pgweb.json
parent3f6dc9213224d35c97857f6db6aa20da5119ba67 (diff)
downloadcaprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.tar.gz
caprover-one-click-apps-d5223e80f564cc21ca90f67008fa12f76e1f069e.zip
Added v2
Diffstat (limited to 'public/v2/apps/pgweb.json')
-rw-r--r--public/v2/apps/pgweb.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/public/v2/apps/pgweb.json b/public/v2/apps/pgweb.json
new file mode 100644
index 0000000..328ca86
--- /dev/null
+++ b/public/v2/apps/pgweb.json
@@ -0,0 +1,26 @@
+{
+ "captainVersion": "2",
+ "documentation": "See https://hub.docker.com/r/sosedoff/pgweb for details",
+ "dockerCompose": {
+ "version": "3.3",
+ "services": {
+ "$$cap_appname": {
+ "image": "sosedoff/pgweb:$$cap_pgweb_version",
+ "containerHttpPort": "8081",
+ "restart": "always"
+ }
+ }
+ },
+ "instructions": {
+ "start": "pgweb is a web-based database browser for PostgreSQL, written in Go.",
+ "end": "'pgweb' is deployed."
+ },
+ "variables": [{
+ "id": "$$cap_pgweb_version",
+ "label": "pgweb Version",
+ "defaultValue": "0.11.2",
+ "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags",
+ "validRegex": "/^([^\\s^\\/])+$/"
+ }
+ ]
+}