Files
temporal/develop/docker-compose
Alex Tideman ccd23cb6b4 Bump UI version to 2.17.1 (#4720)
<!-- Describe what has changed in this PR -->
**What changed?**


<!-- Tell your future self why have you made these changes -->
**Why?**


<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**


<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**


<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
2023-08-03 14:55:59 -05:00
..

Temporal Server docker-compose files for server development

These docker-compose files run Temporal server development dependencies. Basically, they run everything you need to run Temporal server besides a server itself which you suppose to run locally on the host in your favorite IDE or as binary.

You are not supposed to use these files directly. Please use Makefile targets instead. To start dependencies:

make start-dependencies

To stop dependencies:

make stop-dependencies

See CONTRIBUTING.md for details.