Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker image that installs postgresql with postgis and pgvector

License

NotificationsYou must be signed in to change notification settings

payloadcms/postgis-vector

 
 

Repository files navigation

postgresql,postgis docker container with pgvector added

Build Status

podman pull ghcr.io/payloadcms/postgis-vector:latest

Build

podman build -t postgis-vector.

Minimal Run

podman run -it --name postgis-vector -e POSTGRES_PASSWORD=mysecretpassword -d postgis-vectorpodmanexec -it postgis-vector bash### To verify extensions installed##$ su - postgres$ psqlpostgres=# \dx                                           List of installed extensions          name| default_version| installed_version|                          comment                           ------------------------+-----------------+-------------------+------------------------------------------------------------ fuzzystrmatch| 1.2| 1.2| determine similarities and distance between strings plpgsql| 1.0| 1.0| PL/pgSQL procedural language vector| 0.8.0| 0.8.0| vector datatype and ivfflat and hnsw access methods postgis| 3.5.2| 3.5.2| PostGIS geometry and geography spatial types and functions postgis_topology| 3.5.2| 3.5.2| PostGIS topology spatial types and functions postgis_tiger_geocoder| 3.5.2| 3.5.2| PostGIS tiger geocoder and reverse geocoder(6 rows)### To list all available extensions##postgres=# select * from pg_available_extensions;

About

Docker image that installs postgresql with postgis and pgvector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile63.5%
  • Shell36.5%

[8]ページ先頭

©2009-2025 Movatter.jp