diff --git a/.gitmodules b/.gitmodules index 5506e01d6..8ec131892 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 3.2.2 + branch = 3.2.1 diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 892810702..11fb5dae6 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -345,6 +345,8 @@ services: - _APP_DB_PASS - _APP_LOGGING_PROVIDER - _APP_LOGGING_CONFIG + - _APP_WORKERS_NUM=1 + - _APP_QUEUE_NAME=database_db_main appwrite-worker-builds: image: /: diff --git a/docker-compose.yml b/docker-compose.yml index 38340205f..d46339094 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -390,6 +390,7 @@ services: - _APP_DB_USER - _APP_DB_PASS - _APP_LOGGING_PROVIDER + - _APP_LOGGING_CONFIG - _APP_WORKERS_NUM=1 - _APP_QUEUE_NAME=database_db_main