Skip to content

diggle-jp/postgres-plv8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

postgres-plv8

AWS に準じた postgreSQL - PLV8 のバージョンを作成する

How to use

docker run

docker run -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 ghcr.io/diggle-jp/postgres-plv8/postgres:13.21-3.1.10

docker-compose.yml

db:
  image: ghcr.io/diggle-jp/postgres-plv8/postgres:13.21-3.1.10

How to update

  1. update Dockerfile
  2. make Release Tag (postgres version)-(plv8 version) e.g. 13.21-3.1.10
  3. add new Release to https://github.com/diggle-jp/postgres-plv8/releases

License

This code is free to use under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •