summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/pgweb.yml
blob: b61f27452c62c568e34010f6b60d27746c5ba3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: 'pgweb'
    description: Pgweb is a web-based database browser for PostgreSQL, written in Go
    documentation: See https://hub.docker.com/r/sosedoff/pgweb for details