Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 290 Bytes

Postgres-CI web interface

Live demo and test it (login/password: demo/demo)

Docker image:

docker run -d \
  --name postgres-ci-app-server \
  -e DB_HOST=postgres.host \
  -e DB_USERNAME=username \
  -e DB_PASSWORD=password \
   postgresci/app-server