Merge branch 'main' into next
This commit is contained in:
commit
d62c1bbef3
2 changed files with 11 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,16 @@ # Changelog
|
|||
|
||||
## [unreleased]
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(database)* Custom config for MongoDB (#5471)
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
- Update changelog
|
||||
|
||||
## [4.0.0-beta.402] - 2025-04-01
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(deployments)* Add list application deployments api route
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ public function handle(StandaloneMongodb $database)
|
|||
'read_only' => true,
|
||||
]]
|
||||
);
|
||||
$docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf'];
|
||||
}
|
||||
|
||||
$this->add_default_database();
|
||||
|
|
|
|||
Loading…
Reference in a new issue