Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Multicorn 1.3.4 with Postgres 10 and Python3.6 Docker Repo

License

Notifications You must be signed in to change notification settings

felipegasparini/docker-multicorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-multicorn

Use this project as a quick way to get started with Postgres FDW using Multicorn.

It contains:

  • Dockerfile with:

    • Postgres 11
    • Python3.7
    • Multicorn 1.3.4
  • Sample FDW implementation in src/

  • docker-compose to quick run locally

Getting started

Build image

docker build -t multicorn .

or

docker-compose build .

Running

docker run -v /some_project:/src -t multicorn

or

docker-compose up

During first execution, the start.sh script will create the user and database in Postgres and install the module given in the src volume. For more details check here.

Configuration

You can customize the Postgres settings by providing the following environment variables:

DB_USER: The database user, default 'docker'

DB_PASS: The database user's password, default 'docker'

DB_NAME: The database to create, default 'multicorn'

About

Multicorn 1.3.4 with Postgres 10 and Python3.6 Docker Repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 4.0%
  • Dockerfile 4.0%