Sign inSign up

andrewjones/schemaspy-postgres

By andrewjones

Updated about 7 years ago

Docker image for running SchemaSpy with PostgreSQL.

Image
2

10K+

andrewjones/schemaspy-postgres repository overview

schemaspy-postgres

Docker image for running SchemaSpy with PostgreSQL.

SchemaSpy

Version: 6.0.0

PostgreSQL

Version: tested on 9.6, 10.10, 11.5

Build

docker build -t=andrewjones/schemaspy-postgres .

Running

docker
docker run --rm andrewjones/schemaspy-postgres:latest -host database -port 5432 -u postgres -p postgres -db dbname -s public
docker-compose
schemaspy:
  image: andrewjones/schemaspy-postgres:latest
  command: ["-host", "database", "-port", "5432", "-u", "postgres", "-p", "postgres", "-db", "dbname", "-s", "public"]
  volumes:
    - ./docs/schemaspy:/output
  links:
    - database:database

Tag summary

Content type

Image

Digest

Size

132.1 MB

Last updated

about 7 years ago

docker pull andrewjones/schemaspy-postgres