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-dependenciesTo stop dependencies:
make stop-dependenciesSee CONTRIBUTING.md for details.