Sign inSign up

rvillage/pgweb-alpine

By rvillage

Updated over 9 years ago

Deprecated!!

Image
1

1.1K

rvillage/pgweb-alpine repository overview

pgweb-alpine

see pgweb

docker-compose

docker-compose.yml

version: '3'

services:
  postgres:
    image: postgres:9.6.2-alpine
    environment:
      POSTGRES_PASSWORD: mypass
  postgres-gui:
    image: rvillage/pgweb-alpine
    ports:
      - '8081:8081'
    depends_on:
      - postgres
    command: ["--url", "postgres://postgres:mypass@postgres?sslmode=disable"]

$ docker-compose up

access to localhost:8081

Tag summary

Content type

Image

Digest

Size

7.2 MB

Last updated

over 9 years ago

docker pull rvillage/pgweb-alpine