Skip to content

Dockerfile to create a container with postgresql with polish dictionary for Full Text Search (+ PostGIS)

Notifications You must be signed in to change notification settings

ttomasz/tt-docker-postgresql-fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Skrypt Dockerfile pozwalający uruchomić w kontenerze bazę PostgreSQL 11 z wbudowanym Polskim słownikiem do Full Text Search oraz dodatkiem PostGIS.

Bazowany na instrukcji z: https://github.com/dominem/postgresql_fts_polish_dict

Uruchomienie:

Najpierw budujemy obraz komendą (uruchamiając z katalogu z plikami):

docker build -t <nazwa> .

Następnie uruchamiamy kontener:

docker run <nazwa>

Parametry z oficjalnego dockera postgresql powinny działać bez problemu jako iż ten obraz na nim bazuje.

About

Dockerfile to create a container with postgresql with polish dictionary for Full Text Search (+ PostGIS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published