diff --git a/.env.example b/.env.example index 168ae64..64ee615 100644 --- a/.env.example +++ b/.env.example @@ -443,6 +443,11 @@ POSTGRES_PASSWORD=secret POSTGRES_PORT=5432 POSTGRES_ENTRYPOINT_INITDB=./postgres/docker-entrypoint-initdb.d +### POSTGIS ############################################## + +POSTGIS_VERSION=latest +POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false + ### SQS ############################################## SQS_NODE_HOST_PORT=9324