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

Change the devcontainer configuration to use docker compose instead of collocated services #48891

Merged
merged 4 commits into from Aug 8, 2023

Conversation

rafaelfranca
Copy link
Member

This will not only match most of the CI configuration but will provide better experience for users of those containers.

Before after the first time the container was created, if it was restarted you needed to run the boot.sh script manually to start those services. Now, docker compose will make sure the services are running and there is no need to run. boot.sh again.

This will make easier to make sure the service is running when the
development container is started.

Before after the first time the container was created, if it was
restarted you needed to run the boot.sh script manually to start the
service.
@rafaelfranca rafaelfranca merged commit 8ec349d into main Aug 8, 2023
16 checks passed
@rafaelfranca rafaelfranca deleted the rm-devcontainer-right branch August 8, 2023 15:40
rafaelfranca added a commit that referenced this pull request Aug 8, 2023
Change the devcontainer configuration to use docker compose instead of collocated services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant