AWS に準じた postgreSQL - PLV8 のバージョンを作成する
docker run -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 ghcr.io/diggle-jp/postgres-plv8/postgres:13.21-3.1.10
db:
image: ghcr.io/diggle-jp/postgres-plv8/postgres:13.21-3.1.10
- update Dockerfile
- make Release Tag
(postgres version)-(plv8 version)
e.g.13.21-3.1.10
- add new Release to https://github.com/diggle-jp/postgres-plv8/releases
This code is free to use under the terms of the MIT license.