kopia lustrzana https://github.com/kartoza/docker-postgis
17 wiersze
440 B
Bash
17 wiersze
440 B
Bash
![]() |
## Example environment file for docker-compose and builders
|
||
|
|
||
|
COMPOSE_PROJECT_NAME=postgis
|
||
|
|
||
|
## For build arguments
|
||
|
DISTRO=debian
|
||
|
IMAGE_VERSION=bullseye
|
||
|
IMAGE_VARIANT=slim
|
||
|
# Set GENERATE_ALL_LOCALE to empty value or 0 to build just default LOCALE: en_US.UTF-8
|
||
|
GENERATE_ALL_LOCALE=1
|
||
|
# Set the language if you need to specify LANG locale at build time
|
||
|
LANG=en_US.UTF-8
|
||
|
|
||
|
POSTGRES_MAJOR_VERSION=13
|
||
|
POSTGIS_MAJOR_VERSION=3
|
||
|
POSTGIS_MINOR_RELEASE=1
|