This project includes DOCKERFILE and some other stuff to create Docker containers for postgis databases.
Run up.bat
from any location to build and run the container.
The folder ./data
will be created if it does not exists.
Use the ./init
directory to store initialization script sql files. They will be executed in alphabetical order if the ./data
directory does not exist.
The container extends postgres:12
image installing postgis-3
package and russian locales. docker-compose.yml
also contains standalone version of Adminer