Skip to content

Sebbia/postgres-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Proxy

Using postgres_fdw to stitch several databases into one.

Usage in docker-compose.yml:

  proxy_db:
    restart: always
    image: sebbia/postgres-proxy:10.5-alpine
    healthcheck:
      test: "pg_isready -q -h db -U postgres"
      interval: 3s
      timeout: 5s
      retries: 50
    environment:
      - DATABASES=users,events,files
      - SERVER_URL=db

Sources: https://github.com/Sebbia/postgres-proxy

About

Use postgres_fdw to stitch several bases into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published