Add Docker Compose support#75
Open
alexandreroman wants to merge 1 commit intotemporalio:mainfrom
Open
Conversation
095c6ef to
f988db3
Compare
f988db3 to
1eff634
Compare
donald-pinckney
requested changes
Apr 20, 2026
Collaborator
donald-pinckney
left a comment
There was a problem hiding this comment.
Thanks for the PR, and apologies it took a while to get to reviewing it! Love the additions here, Docker support is great. Just one small change requested, in order to help agents decide if/when to use Docker, before loading the Docker file.
|
|
||
| It is perfectly OK for this process to be shared across multiple projects / left running as you develop your Temporal code. | ||
|
|
||
| Alternatively, you can run Temporal as a Docker Compose service. See `references/core/docker-compose.md` for details. |
Collaborator
There was a problem hiding this comment.
Please provide guidance at this point for when the model should / shouldn't use Docker. You already have the content for that elsewhere (You want a reproducible, self-contained...), just move it up here so the model sees that before deciding to load docker-compose.md.
Also, please do keep the guidance as pushing non-docker as the "default" for now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
references/core/docker-compose.mdcovering how to run Temporal with Docker Compose (and Podman Compose)SKILL.mddescription to trigger on Docker/container-related queriesdev-management.mdto the new Docker Compose guideDetails
This adds a new reference document for running a Temporal dev environment using Docker Compose as an alternative to
temporal server start-dev. It covers:compose.yamlwith healthcheckTest plan
references/core/docker-compose.mdfor accuracySKILL.mdanddev-management.mdare correct