├── Dockerfile ├── LICENSE ├── README.md └── create-multiple-postgresql-databases.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrts/docker-postgresql-multiple-databases/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrts/docker-postgresql-multiple-databases/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrts/docker-postgresql-multiple-databases/HEAD/README.md -------------------------------------------------------------------------------- /create-multiple-postgresql-databases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrts/docker-postgresql-multiple-databases/HEAD/create-multiple-postgresql-databases.sh --------------------------------------------------------------------------------