Skip to content

Commit

Permalink
Declare opensearch variables
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Jun 4, 2024
1 parent d6d841f commit 793e75f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ env BASE_URL= \
MATRIX_DATABASE_USER= \
NODE_EXTRA_CA_CERTS= \
OIDC_ISSUER= \
OPENSEARCH_CA_CERT_PATH= \
OPENSEARCH_HOST= \
OPENSEARCH_IS_ACTIVATED \
OPENSEARCH_MAX_RETRIES \
OPENSEARCH_NUMBER_OF_SHARDS \
OPENSEARCH_NUMBER_OF_REPLICAS \
OPENSEARCH_PASSWORD= \
OPENSEARCH_SSL= \
OPENSEARCH_USER= \
OPENSEARCH_WAIT_FOR_ACTIVE_SHARDS= \
SERVER_NAME= \
TEMPLATE_DIR=/usr/src/app/packages/tom-server/templates \
UDPATE_FEDERATION_HASHES_CRON="3 3 * * *" \
Expand Down

0 comments on commit 793e75f

Please sign in to comment.