Skip to content

A docker that runs postgresql-autodoc, should be linked to a DB container with the alias "db"

License

Notifications You must be signed in to change notification settings

arruda/docker-postgresql-autodoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgresql-autodoc

A docker that runs postgresql-autodoc.

OBS: this is meant to be used linked to Postgresql container with db as alias.

Usage

First build the image:

docker build -t postgresql_autodoc github.com/arruda/docker-postgresql-autodoc

Then run it:

docker run -d \
           --link postgresql:db \
           -v some/where/to/save/the/pngs/:/data \
           -e DB_ENV_DB="database_name" \
           -e DB_ENV_USER="user" \
           -e DB_ENV_PASS="pass" \
           postgresql_autodoc

This generate the postgresql_autodoc and save the a png and a dot file with the name database_name.png inside volume mapped to the /data folder.

LICENSE

This software is distributed using MIT license, see LICENSE file for more details.

About

A docker that runs postgresql-autodoc, should be linked to a DB container with the alias "db"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages