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] ## [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 ### 🚀 Features
- Use tags in update - Use tags in update

View File

@@ -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();

View File

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

View File

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

View File

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