12 Commits

Author SHA1 Message Date
Vladyslav Simonenko
46e10513c2 Fix TLS setup (#231) 2025-08-05 09:12:56 +01:00
Rob Holland
5326abea4c Set TEMPORAL_ADDRESS/TEMPORAL_CLI_ADDRESS on temporal container. (#226)
This avoids some auto-detection log messages and allows the temporal cli to
connect to the server in the temporal container, not just
temporal-admin-tools.
2025-04-28 08:18:01 -06:00
Rodrigo Zhou
1fff9dd2ff Update configs removing standard visibility support (#205) 2024-04-29 01:10:54 -05:00
Ruslan
c66f5230bf Set Temporal CLI address env variable (#177)
* Set Temporal CLI address env variable

* update k8s images
2023-06-30 16:26:13 -04:00
mxbvkn
f58f654c10 Add explicit persistent volumes to containers (#153)
* Add explicit persistent volumes to containers

When Docker recreates containers from images, Elasticsearch data is lost, because container recreation deletes volumes not explicitly specified in dockerfile. Postgres or MySQL or Cassandra data isn't lost, because image definition for those contain explicit VOLUME command (eg 'VOLUME /var/lib/postgresql/data'), however moving it to docker-compose definition for clarity as well.

* Remove reference to UI v2 from README.md

* Use anonymous volumes for data persistence

To be consistent with existing behavior of docker-compose, do not use named volumes, keep using anonymous ones.
2022-11-07 17:20:40 -08:00
Rodrigo Zhou
de7aafb938 Revert "Start temporal server allowing no auth (#135)" (#138)
This reverts commit ca80340edd.
2022-09-14 11:58:03 -07:00
Rodrigo Zhou
ca80340edd Start temporal server allowing no auth (#135)
* Start temporal server allowing no auth

* Update README.md
2022-09-08 09:56:38 -07:00
Alex Shtin
8d9820ca03 Rename dynamic configs to match server repo names (#109) 2022-05-20 13:42:12 -07:00
Alex Shtin
0c3417fb09 Clean up dynamic configs (#108) 2022-05-20 10:06:52 -07:00
Dmitry Spikhalskiy
716fb77eb6 Increment ES memory limit to 256Mb (#100) 2022-05-04 17:50:13 -04:00
Jeremy Breiding
7cee33cb59 allow .pki folder to exist and use single script for 0 to hero. (#88)
* allow .pki folder to exist and use single script for 0 to hero.

* Update tls/run-tls.sh

Co-authored-by: David Reiss <dnr@dnr.im>

Co-authored-by: David Reiss <dnr@dnr.im>
2022-04-18 19:43:56 -07:00
Jeremy Breiding
dc905e2b33 Add example with tls enabled dependencies (#82)
* Add example with tls enabled dependencies

* bash oops

* Move cert material to named volume
2022-04-12 20:14:37 -07:00