2021-01-27 18:06:59 +00:00
|
|
|
## 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
|
2021-01-27 18:59:12 +00:00
|
|
|
# locale filter to include in the locale generator
|
|
|
|
LANGS="en_US.UTF-8,id_ID.UTF-8"
|
2021-01-27 18:06:59 +00:00
|
|
|
|
2021-10-01 14:37:12 +00:00
|
|
|
POSTGRES_MAJOR_VERSION=14
|
2021-01-27 18:06:59 +00:00
|
|
|
POSTGIS_MAJOR_VERSION=3
|
2022-06-23 08:13:11 +00:00
|
|
|
POSTGIS_MINOR_RELEASE=3
|
2022-02-11 10:03:44 +00:00
|
|
|
BUILD_TIMESCALE=true
|