summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/pgweb.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
commit43505a20e85a0f38f700e91e7456b33aa32224a1 (patch)
tree3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/pgweb.yml
parent2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff)
downloadcaprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz
caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip
migrated to v4
Diffstat (limited to 'public/v4/apps/pgweb.yml')
-rw-r--r--public/v4/apps/pgweb.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/v4/apps/pgweb.yml b/public/v4/apps/pgweb.yml
new file mode 100644
index 0000000..bae3701
--- /dev/null
+++ b/public/v4/apps/pgweb.yml
@@ -0,0 +1,21 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: sosedoff/pgweb:$$cap_pgweb_version
+ restart: always
+ caproverExtra:
+ containerHttpPort: "8081"
+caproverOneClickApp:
+ variables:
+ - id: $$cap_pgweb_version
+ label: pgweb Version
+ defaultValue: 0.11.2
+ description: Check out their Docker page for the valid tags
+ https://hub.docker.com/r/sosedoff/pgweb/tags
+ validRegex: /^([^\s^\/])+$/
+ instructions:
+ start: pgweb is a web-based database browser for PostgreSQL, written in Go.
+ end: pgweb is deployed.
+ displayName: ""
+ description: Pgweb is a web-based database browser for PostgreSQL, written in Go
+ documentation: See https://hub.docker.com/r/sosedoff/pgweb for details