From 65d64dcbadd25916da3a8b3de389c3e01f3ff42f Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 19 May 2025 22:29:16 +0200 Subject: [PATCH] chore(service): remove typesense default API key --- 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 443d00df2..d6c383b90 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:-xyz} + - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} volumes: - typesense_data:/data healthcheck: