refactor(service): make TYPESENSE_API_KEY required

This commit is contained in:
peaklabs-dev
2025-05-20 14:17:53 +02:00
parent 6c7b64e96d
commit 896d4d7305

View File

@@ -11,7 +11,7 @@ services:
- SERVICE_FQDN_TYPESENSE_8108 - SERVICE_FQDN_TYPESENSE_8108
- TYPESENSE_ENABLE_CORS=${TYPESENSE_ENABLE_CORS:-true} - TYPESENSE_ENABLE_CORS=${TYPESENSE_ENABLE_CORS:-true}
- TYPESENSE_DATA_DIR=/data - TYPESENSE_DATA_DIR=/data
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY} - TYPESENSE_API_KEY=${TYPESENSE_API_KEY:?}
volumes: volumes:
- typesense_data:/data - typesense_data:/data
healthcheck: healthcheck: