Skip to content

Docker build postgresql database images , text search support chinese zhparser extension and postgis extension

License

Notifications You must be signed in to change notification settings

vnobo/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres

Docker build postgresql database images , text search support chinese zhparser extension and postgis extension

Postgresql 17

Docker build postgresql 17 image with postgres:17

Set lang is zh_CN.UTF-8

See Postgres Dockerfile

Get Docker Image

docker pull ghcr.io/vnobo/postgres:17

Postgresql 17 with zhparser

Docker build postgresql 17 image with postgres:17-bookworm

  1. add build postgresql zhparser extension
  2. set lang is zh_CN.UTF-8

See Postgres Zhparser Dockerfile

Get Docker Image

docker pull ghcr.io/vnobo/postgres:17-zhparser

Postgresql 17 with postgis

Docker build postgresql 17 image with postgis:17-master

  1. add postgresql postgis extension
  2. add postgresql zhparser extension
  3. set lang is zh_CN.UTF-8

See Postgres Postgis Dockerfile

Get Docker Image

docker pull ghcr.io/vnobo/postgres:17-postgis

About

Docker build postgresql database images , text search support chinese zhparser extension and postgis extension

Resources

License

Stars

Watchers

Forks

Packages