add ES path.repo to default docker-compose file to enable backups

This commit is contained in:
kodym@t3d.team 2025-06-23 08:08:37 +02:00
parent fa48caaa49
commit 79321beedd
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ services:
node.name: clearml
reindex.remote.whitelist: "'*.*'"
xpack.security.enabled: "false"
path.repo: /usr/share/elasticsearch/backup
ulimits:
memlock:
soft: -1

View File

@ -53,6 +53,7 @@ services:
node.name: clearml
reindex.remote.whitelist: "'*.*'"
xpack.security.enabled: "false"
path.repo: /usr/share/elasticsearch/backup
ulimits:
memlock:
soft: -1