Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 489 Bytes

postgre-proxy-docker

Docker container to proxy PostgreSQL

https://hub.docker.com/r/francismeadow/postgre-proxy

Example with Actions:

services:
  postgre:
    image: francismeadow/postgre-proxy:v0.1.0-alpha
    ports:
      - 5432:5432
    env:
      REMOTE_USER: ${{ secrets.REMOTE_USER }}
      REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
      REMOTE_KEY: ${{ secrets.REMOTE_KEY }}

This will allow the action to connect to postgre at localhost:5432