Skip to content

andrew-jones/schemaspy-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew
Sep 23, 2019
b89c3b6 · Sep 23, 2019

History

4 Commits
Sep 23, 2019
Aug 26, 2019

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published