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

Improved docker-compose handling to mitigate issue with having multiple projects using same containers #12

Open
czprz opened this issue Nov 14, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@czprz
Copy link
Owner

czprz commented Nov 14, 2021

Add layer on top of docker-compose ensuring that it's already run as dever instead of project specific to avoid issue with running same containers multiple times due to starting several projects

  • Combine docker-compose into a single 'dever' docker group. To avoid conflict with same service being run multiple times
  • Add validation support ensuring that different services run with conflicting configuration is informed to the user
  • Compare against already running docker containers
@czprz czprz added this to the 0.6.0 milestone Nov 14, 2021
@czprz czprz added the enhancement New feature or request label Nov 14, 2021
@czprz czprz self-assigned this Nov 14, 2021
@czprz czprz added help wanted Extra attention is needed question Further information is requested labels Nov 29, 2021
@czprz czprz removed this from the 0.6.0 milestone Nov 29, 2021
@czprz czprz removed their assignment Jan 31, 2022
@czprz czprz removed the help wanted Extra attention is needed label Apr 17, 2022
@czprz czprz added the Suggestion Idea/Feature suggestion label Jun 22, 2022
@czprz czprz changed the title Add support for running a specific docker-compose only once even when running '--start' across multiple projects Improved docker-compose handling to mitigate projects with having multiple projects using same containers Feb 18, 2023
@czprz czprz changed the title Improved docker-compose handling to mitigate projects with having multiple projects using same containers Improved docker-compose handling to mitigate issue with having multiple projects using same containers Feb 18, 2023
@czprz czprz added this to the 0.16.0 milestone Feb 18, 2023
@czprz czprz removed question Further information is requested Suggestion Idea/Feature suggestion labels Feb 18, 2023
@czprz czprz modified the milestones: 0.16.0, 0.17.0 May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant