zammad-docker-compose/containers/zammad
Daniel Lohse cb8b631d5e Allow setting Elasticsearch connection URL protocol (#105)
* Honor ELASTICSEARCH_SCHEMA when accessing Elasticsearch in the Zammad entrypoint

It defaults to http so it's completely backwards-compatible. In case it's https I disabled
verification in the curl command via -k.

* Add ELASTICSEARCH_SSL_VERIFY environment variable in Zammad entrypoint

Setting it to "false" will skip TLS verification when interacting with Elasticsearch.

* Add default value for ELASTICSEARCH_SSL_VERIFY env variable
2019-07-04 12:18:14 +02:00
..
docker-entrypoint.sh Allow setting Elasticsearch connection URL protocol (#105) 2019-07-04 12:18:14 +02:00
Dockerfile use multistage docker image 2019-02-15 16:11:49 +01:00
setup.sh changed tag handling 2019-02-15 16:52:40 +01:00