Skip to content

Temporal running locally in a DevContainer#283

Open
ross-p-smith wants to merge 1 commit into
temporalio:mainfrom
ross-p-smith:ross/devcontainer
Open

Temporal running locally in a DevContainer#283
ross-p-smith wants to merge 1 commit into
temporalio:mainfrom
ross-p-smith:ross/devcontainer

Conversation

@ross-p-smith
Copy link
Copy Markdown

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
Copy Markdown

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