Merge branch 'main' into next
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(database)* Custom config for MongoDB (#5471)
|
||||||
|
|
||||||
|
### 📚 Documentation
|
||||||
|
|
||||||
|
- Update changelog
|
||||||
|
|
||||||
|
## [4.0.0-beta.402] - 2025-04-01
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- *(deployments)* Add list application deployments api route
|
- *(deployments)* Add list application deployments api route
|
||||||
|
@@ -181,6 +181,7 @@ class StartMongodb
|
|||||||
'read_only' => true,
|
'read_only' => true,
|
||||||
]]
|
]]
|
||||||
);
|
);
|
||||||
|
$docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->add_default_database();
|
$this->add_default_database();
|
||||||
|
Reference in New Issue
Block a user