Commit Graph

29 Commits

Author SHA1 Message Date
Alex Stanfield
cd6d3b19a3 Update warning message format in README.md 2026-01-05 15:57:37 -06:00
Alex Stanfield
91187b7754 Add archived warning and redirect to samples-server (#243)
Added a warning about the repository being archived and redirected users to the new location for docker-compose examples.
2026-01-05 15:54:09 -06:00
Alex Stanfield
7890d4c291 archive message (#242) 2026-01-05 13:37:10 -08:00
Simon Emms
362df0e7aa docs: update readme to remove cassandra-only setup (#228)
Cassandra-only setup has been removed since v1.21
2025-07-17 16:55:10 +01:00
Rob Holland
cef38d6aa1 Remove cockroachdb compose files. (#208)
We don't support or test against cockroachdb.
2024-06-17 17:25:52 +01:00
Tim Deeb-Swihart
457729a8c1 Remove stale k8s configuration (#203)
We no longer maintain or support this.
2024-03-06 09:58:10 -08:00
Mind.R
f736e4279d Add multi-role configuration (#163)
* Add multi-role docker-compose config

* Add documentation

* Update config to address discovered tctl issues
2023-07-20 00:04:57 -07:00
Javier Canillas
f4c4524a6c Adding OpenSearch 2.5.0 support (#167)
Co-authored-by: Mind.R <3825716+mindaugasrukas@users.noreply.github.com>
2023-04-25 09:23:12 -07: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
Loren ☺️
6f1ca72894 Fix link in README (v2 is GA) (#142) 2022-10-12 12:19:17 -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
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
Tihomir Surdilovic
5769be9a08 Update readme - fix v2 web ui section (#110)
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
2022-05-25 10:31:45 -04:00
Alex Shtin
0c3417fb09 Clean up dynamic configs (#108) 2022-05-20 10:06:52 -07:00
swyx
ea6ea3ce29 Update README.md 2022-03-07 14:55:35 +08:00
Steve Kinney
c41782904e Update README.md (#62) 2022-02-03 13:07:29 -07:00
swyx
61a5c838e9 Update README.md (#58) 2022-01-31 12:25:43 -08:00
swyx
9bfa215c93 update temporal server version to 1.14.2 (#60) 2022-01-12 06:27:43 +08:00
swyx
d4805673c0 document M1 Mac path (#53) 2021-11-24 20:11:53 -08:00
swyx
30a8a9232b Switch default docker-compose to PostgreSQL+Elasticsearch (#41) 2021-08-17 09:00:54 -07:00
jbendotnet
68301982dc Add CockroachDB+Elasticsearch configuration (#26) 2021-07-01 01:13:05 -07:00
Alex Shtin
03db51e432 Remove RINGPOP_SEEDS env (#17) 2021-03-24 12:36:24 -07:00
Alex Shtin
d7cb816bc9 Update README.md 2021-02-16 16:07:27 -08:00
Cully
d1797fd2a0 Revise & edit README (#1)
* revised & edited README

* adding links to samples and SDKs intro

* updates per Alex feedback
2021-01-14 12:08:30 -07:00
Alex Shtin
805a149b1f Add cd command 2021-01-11 23:24:20 -08:00
Alex Shtin
1813dc9539 Change 'docker-compose exec' to 'docker exec' 2021-01-11 23:17:10 -08:00
Alex Shtin
96e0e33c39 Fix Java samples link 2021-01-08 15:35:53 -08:00
Alex Shtin
fd48df8e73 Copy from main temporal repo 2021-01-08 15:31:00 -08:00