12 Commits

Author SHA1 Message Date
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
Rob Holland
770689be92 Remove leftover kompose labels. (#206) 2024-06-05 15:35:44 +01:00
Rob Holland
52f74c55f3 Keep an admintools version separate from temporal version. (#207)
* Keep an admintools version separate from temporal version.

This allows us to account for new admintools tagging format.

* Adjust release action to take an admintools version.
2024-06-05 14:39:33 +01: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
Ruslan
51f5d2b969 Remove UI v1 (#143) 2022-10-12 12:17:27 -07: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
Ruslan
d3ff0ebaf5 Add UI v2 to all docker compose scripts (#136) 2022-09-09 10:23:04 -04: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
Rob Holland
7c0681875f Convert docker compose files to basic kubernetes manifests for dev use (#127)
* Generate k8s manifests from compose.
2022-07-27 11:27:31 +01: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