Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporal running locally in a DevContainer #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ross-p-smith
Copy link

What was changed

I have simplified the devcontainer setup. The previous one (./devcontainer/docker-compose.yml) was out of date with the one in the root of the repo. Rather than use docker-compose we should just use a base go image, install docker and then use the docker-compose.yml that people use that aren't using devcontainers - this way it is consistent.

Why?

Because when you started the DevContainer, the Temporal Server does not start because of a mount issue with the dynamicConfig folder.

Checklist

  1. Closes [Bug] DevContainer doesn't start the temporal server image #282

  2. How was this tested:

  • Clone the repo,
  • Using vscode - open the repo in a dev container
  • make start-local and check that the images are running
  • pick any sample and they will run
  1. Any docs updates needed?
    I have added a specific README.md in the .devcontainer folder

@CLAassistant
Copy link

CLAassistant commented Jun 8, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] DevContainer doesn't start the temporal server image
2 participants