fix: template tube archivist es pw

This commit is contained in:
2024-12-22 19:26:29 +00:00
parent 29ed4797d9
commit fd4a1e8920
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ RSYSLOG_SERVER: internal.monitoring.atlantishq.de
influxdb_telegraf_password: HISTORY_PURGED_SECRET
code_server_password: HISTORY_PURGED_SECRET
tube_archivist_elasticsearch_password: HISTORY_PURGED_SECRET
icinga_api_user: "mobile"
icinga_api_pass: "HISTORY_PURGED_SECRET"
icinga_api_url: "https://192.168.122.107:5665"

View File

@@ -18,7 +18,7 @@ services:
- TA_HOST=tubearchivist.local # set your host name
- TA_USERNAME=tubearchivist # your initial TA credentials
- TA_PASSWORD=verysecret # your initial TA credentials
- ELASTIC_PASSWORD=HISTORY_PURGED_SECRET # set password for Elasticsearch
- ELASTIC_PASSWORD={{ tube_archivist_elasticsearch_password }}
- TZ=Europe/Berlin # set your time zone
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
@@ -44,7 +44,7 @@ services:
container_name: archivist-es
restart: unless-stopped
environment:
- "ELASTIC_PASSWORD=HISTORY_PURGED_SECRET" # matching Elasticsearch password
- "ELASTIC_PASSWORD={{ tube_archivist_elasticsearch_password }}"
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- "xpack.security.enabled=true"
- "discovery.type=single-node"