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
|
2023-07-29 13:07:11 +00:00
|
|
|
IMAGE_VERSION=bookworm
|
2021-01-27 18:06:59 +00:00
|
|
|
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
|
|
|
|
2023-09-26 13:07:46 +00:00
|
|
|
POSTGRES_MAJOR_VERSION=16
|
2021-01-27 18:06:59 +00:00
|
|
|
POSTGIS_MAJOR_VERSION=3
|
2023-08-19 18:22:21 +00:00
|
|
|
POSTGIS_MINOR_RELEASE=4
|
2024-03-17 18:07:08 +00:00
|
|
|
BUILD_TIMESCALE=false
|
|
|
|
TIMESCALE_VERSION=2-2.14.2
|