From 896d4d7305099b63cde2a3ddd373117e9957d316 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 20 May 2025 14:17:53 +0200 Subject: [PATCH] refactor(service): make TYPESENSE_API_KEY required --- templates/compose/typesense.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/typesense.yaml b/templates/compose/typesense.yaml index d6c383b90..d10f01bba 100644 --- a/templates/compose/typesense.yaml +++ b/templates/compose/typesense.yaml @@ -11,7 +11,7 @@ services: - SERVICE_FQDN_TYPESENSE_8108 - TYPESENSE_ENABLE_CORS=${TYPESENSE_ENABLE_CORS:-true} - TYPESENSE_DATA_DIR=/data - - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} + - TYPESENSE_API_KEY=${TYPESENSE_API_KEY:?} volumes: - typesense_data:/data healthcheck: