Update .env.example
This commit is contained in:
parent
a70675007d
commit
18bf3a7b20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue