Files
one-click-apps/public/v2/apps/pgweb.json
Andrew Wong d605cd6b11 Housekeeping (#100)
* Fix redis documentation link address

* Clean grammar and stray apostrophe characters
2019-10-19 15:14:53 -04:00

27 lines
863 B
JSON

{
"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": "Check out their Docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags",
"validRegex": "/^([^\\s^\\/])+$/"
}
]
}