Files
Johann Hoffmann 6a1fd7ae0e [WIFI-1300] Use letsencrypt to rotate valid certificates for ucentral docker-compose deployment (#19)
* Add Compose file with acme.sh service and split deployments

Rename env-files

* Adapt cert paths in microservice configs

* Fix indentation

* Add Letsencrypt certs for rttys

* Fix script permissions

* Remove public and internal hostname separation since microservices will communicate over internal Docker Compose network anyway

* Add Letsencrypt cert issuing for ucentralgw-ui and enable HTTPS

* Add https port exposure

* Fix websocket cert and key name

* Fix nginx config

* Fix microservice hostnames

* Relocate SYSTEM_URI_UI variable since it is shared by all microservices

* Update README.md

* Adapt script to deployment split

* Update README.md

* Remove acme.sh container and related configuration

* Add Letsencrypt support to Traefik

* Also bind mount restapi-ca.pem in self-signed deployment

* Update README.md

* Update README.md
2021-09-22 13:02:28 +02:00

3 lines
72 B
Bash

KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
ALLOW_PLAINTEXT_LISTENER=yes