diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:02:16 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:03:15 -0400 |
| commit | 0e70ec541e7441b71460db230975d4614473ed6d (patch) | |
| tree | 6e8bafcd18f41d09bc893dc75f36398a0c1f7dde /public/v4/apps/pgweb.yml | |
| parent | 83103a180914dff274188594132c1395f12a1645 (diff) | |
| download | caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.tar.gz caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.zip | |
migrate to v4
Diffstat (limited to 'public/v4/apps/pgweb.yml')
| -rw-r--r-- | public/v4/apps/pgweb.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/v4/apps/pgweb.yml b/public/v4/apps/pgweb.yml new file mode 100644 index 0000000..f5afffd --- /dev/null +++ b/public/v4/apps/pgweb.yml @@ -0,0 +1,20 @@ +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 |
