This commit is contained in:
Kasra Bigdeli
2019-08-14 13:00:30 -04:00
parent 3f6dc92132
commit d5223e80f5
45 changed files with 2582 additions and 21 deletions

26
public/v2/apps/pgweb.json Normal file
View File

@@ -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^\\/])+$/"
}
]
}