disable opensearch security

This commit is contained in:
Stefan Hardegger
2025-09-21 15:08:20 +02:00
parent 41ff3a9961
commit 591ca5a149

View File

@@ -37,6 +37,10 @@ services:
- OPENSEARCH_HOST=opensearch
- OPENSEARCH_PORT=9200
- OPENSEARCH_SCHEME=http
- OPENSEARCH_USERNAME=
- OPENSEARCH_PASSWORD=
- OPENSEARCH_SSL_VERIFICATION=false
- OPENSEARCH_TRUST_ALL_CERTS=true
- SEARCH_ENGINE=${SEARCH_ENGINE:-opensearch}
- IMAGE_STORAGE_PATH=/app/images
- APP_PASSWORD=${APP_PASSWORD}