mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:08:32 +01:00
fix: template tube archivist es pw
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user