chore(service): remove typesense default API key
This commit is contained in:
parent
71b272f06a
commit
65d64dcbad
1 changed files with 1 additions and 1 deletions
|
|
@ -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:-xyz}
|
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- typesense_data:/data
|
- typesense_data:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue