WhatsApp/Signal/Formstack/admin updates
This commit is contained in:
parent
bcecf61a46
commit
d0cc5a21de
451 changed files with 16139 additions and 39623 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
restart: ${RESTART}
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
# - plugins.security.ssl.transport.enforce_hostname_verification=false
|
||||
# - plugins.security.ssl.transport.resolve_hostname=false
|
||||
- plugins.security.ssl.transport.enforce_hostname_verification=false
|
||||
- plugins.security.ssl.transport.resolve_hostname=false
|
||||
- cluster.routing.allocation.disk.watermark.low=3gb
|
||||
- cluster.routing.allocation.disk.watermark.high=2gb
|
||||
- cluster.routing.allocation.disk.watermark.flood_stage=500mb
|
||||
|
|
@ -31,8 +31,8 @@ services:
|
|||
- opensearch-data:/usr/share/opensearch/data
|
||||
- ../opensearch/config.yml:/usr/share/opensearch/config/opensearch-security/config.yml
|
||||
ports:
|
||||
- 9200:9200
|
||||
- 9600:9600
|
||||
- 127.0.0.1:9200:9200
|
||||
- 127.0.0.1:9600:9600
|
||||
|
||||
opensearch-dashboards:
|
||||
container_name: opensearch-dashboards
|
||||
|
|
@ -40,17 +40,17 @@ services:
|
|||
image: registry.gitlab.com/digiresilience/link/link-stack/opensearch-dashboards:${LINK_STACK_VERSION}
|
||||
restart: ${RESTART}
|
||||
ports:
|
||||
- 5601:5601
|
||||
- 127.0.0.1:5601:5601
|
||||
expose:
|
||||
- "5601"
|
||||
volumes:
|
||||
- ../opensearch-dashboards/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
|
||||
environment:
|
||||
OPENSEARCH_HOSTS: '["https://opensearch:9200"]'
|
||||
# OPENSEARCH_SECURITY_AUTH_TYPE: "proxy"
|
||||
# OPENSEARCH_SECURITY_PROXYCACHE_USER_HEADER: "x-proxy-user"
|
||||
# OPENSEARCH_SECURITY_PROXYCACHE_ROLES_HEADER: "x-proxy-roles"
|
||||
# OPENSEARCH_REQUESTHEADERSALLOWLIST: '["securitytenant","Authorization","x-forwarded-for","x-proxy-user","x-proxy-roles"]'
|
||||
OPENSEARCH_SECURITY_AUTH_TYPE: "proxy"
|
||||
OPENSEARCH_SECURITY_PROXYCACHE_USER_HEADER: "x-proxy-user"
|
||||
OPENSEARCH_SECURITY_PROXYCACHE_ROLES_HEADER: "x-proxy-roles"
|
||||
OPENSEARCH_REQUESTHEADERSALLOWLIST: '["securitytenant","Authorization","x-forwarded-for","x-proxy-user","x-proxy-roles"]'
|
||||
|
||||
volumes:
|
||||
opensearch-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue