Skip to content

Revert docker-compose.yml to bitnami/mongodb:6.0.13#418

Merged
S-S-T merged 2 commits intodevelopfrom
hotfix-docker-compose
May 6, 2026
Merged

Revert docker-compose.yml to bitnami/mongodb:6.0.13#418
S-S-T merged 2 commits intodevelopfrom
hotfix-docker-compose

Conversation

@S-S-T
Copy link
Copy Markdown
Contributor

@S-S-T S-S-T commented Apr 23, 2026

Hotfix: Restore docker-compose.yml to correct MongoDB image and comments

Problem

The merge of PR #408 (predisk-scanning-1756) inadvertently changed the MongoDB image from bitnami/mongodb:6.0.13 to mongo:6.0.4 and removed two useful comment blocks from docker-compose.yml.

Changes

  • Reverted MongoDB image back to bitnami/mongodb:6.0.13
  • Removed container_name: mage-db (was not in develop)
  • Restored comment block explaining how to enable the MongoDB port for local client access
  • Restored comment block for the optional TLS reverse proxy configuration

Impact

  • No functional code changes
  • No effect on attachment scanning work
  • Restores docker-compose.yml to its correct pre-merge state

@ryanslatten
Copy link
Copy Markdown
Contributor

ryanslatten commented May 5, 2026

we will want to use the official mongo image as bitnami no longer supports older images. We also want the patched version 6.0.27. The image name should be mongo:6.0.27

@S-S-T
Copy link
Copy Markdown
Contributor Author

S-S-T commented May 6, 2026

Changed image name to be mongo:6.0.27 in the docker-compose.yml file

@S-S-T S-S-T merged commit 62de29f into develop May 6, 2026
1 check passed
@S-S-T S-S-T deleted the hotfix-docker-compose branch May 6, 2026 15:03
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.

3 participants