Skip to content

chore(ci): Remove old Docker Compose configuration for MongoDB#20

Merged
dev-bre merged 1 commit intomainfrom
remove-old-compose
Dec 3, 2025
Merged

chore(ci): Remove old Docker Compose configuration for MongoDB#20
dev-bre merged 1 commit intomainfrom
remove-old-compose

Conversation

@dev-bre
Copy link
Contributor

@dev-bre dev-bre commented Dec 3, 2025

Description

This pull request removes the MongoDB service configuration from the docker-compose.yml file. This means the application will no longer start a MongoDB container using Docker Compose.

  • Removal of MongoDB service:
    • Deleted the mongo_bp service definition, including image, environment variables, port mapping, and volumes.
    • Removed the associated mongo_volume_bp volume declaration.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Related Issue

Closes #(issue number)

How Has This Been Tested?

Describe the tests you ran and how to reproduce them.

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@dev-bre dev-bre merged commit b88f1ea into main Dec 3, 2025
2 checks passed
@dev-bre dev-bre deleted the remove-old-compose branch December 3, 2025 14:58
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.

1 participant