Merge branch 'coollabsio:main' into main

This commit is contained in:
Lukasz L.
2025-04-03 00:01:40 +02:00
committed by GitHub
5 changed files with 23 additions and 7 deletions

View File

@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
## [unreleased]
### 🐛 Bug Fixes
- *(database)* Custom config for MongoDB (#5471)
### 📚 Documentation
- Update changelog
- Update changelog
### ⚙️ Miscellaneous Tasks
- *(versions)* Bump version to 403 (#5520)
## [4.0.0-beta.402] - 2025-04-01
### 🚀 Features
- Use tags in update

View File

@@ -181,6 +181,7 @@ class StartMongodb
'read_only' => true,
]]
);
$docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf'];
}
$this->add_default_database();

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.402',
'version' => '4.0.0-beta.403',
'helper_version' => '1.0.8',
'realtime_version' => '1.0.6',
'self_hosted' => env('SELF_HOSTED', true),

View File

@@ -1,13 +1,13 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.402"
},
"nightly": {
"version": "4.0.0-beta.403"
},
"nightly": {
"version": "4.0.0-beta.404"
},
"helper": {
"version": "1.0.7"
"version": "1.0.8"
},
"realtime": {
"version": "1.0.6"

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.402"
"version": "4.0.0-beta.403"
},
"nightly": {
"version": "4.0.0-beta.403"
"version": "4.0.0-beta.404"
},
"helper": {
"version": "1.0.8"