Docker-compose cluster example

I’m looking for a temporal cluster setup with docker-compose, does anyone have a copy laying around?

Thanks,
MAthias

2 Likes

I don’t understand the question. Are you asking about Docker swarm? If so we do not recommend running production workloads with our docker compose. That being said I know of a few users who are doing this.

I didn’t se the " Quickstart for production" section.

We thought we cluster temporal running it on docker on 3 hosts connecting to a separate Cassandra cluster etc.

I think a good way to see how to do this is done is by looking at a compose file with a cluster example.

Did you ever get this figured out? I’m looking to do the same thing. @ryland is there a document describing all the possible ENV values and their meaning passed into docker? I’m referring to
temporal/README.md at master · temporalio/temporal · GitHub as an example

1 Like

yeah this is needed, unless you are running in kubernetes there is very little info of how to set it up.

I need this too