Files
temporal/develop/docker-compose
Stephan Behnke a513035ce9 Open Tempo OTEL HTTP port (#7033)
## What changed?
<!-- Describe what has changed in this PR -->

Open up Grafana Tempo's OTEL HTTP port, too.

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

It's useful to send traces via curl.

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

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

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-12-24 11:44:46 -08:00
..
2024-12-19 17:33:13 -08:00
2024-12-19 17:33:13 -08:00
2024-12-19 17:33:13 -08:00
2024-12-19 17:33:13 -08: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.