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

PoC: Tweak local infrastructure to ease switching branches #5711

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

Conversation

elwinschmitz
Copy link
Member

This is a change to the local-development setup.
It will create a "per-branch" environment using Docker.

So the biggest change in workflow would be that you'd need to explicitly "stop" any environment your currently work in BEFORE switching/creating another git-branch.

Breaking changes

the "121-redis"-container is renamed to "121queue", so any references to it in your local services/.env-file need to be changed (see .env.example.

Also use of the ENV-variable: COMPOSE_PROJECT_NAME is no longer necessary.

Any other comments? Let me know!

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have added tests wherever relevant
  • I have made sure that all automated checks pass before requesting a review
  • I do not need any deviation from our PR guidelines

@aberonni aberonni added the chore Something that does not affect the end user label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Something that does not affect the end user
Development

Successfully merging this pull request may close these issues.

2 participants