From a8f5886474b5900cc4cc33c053b8a299caeb2841 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 16 Oct 2023 18:17:02 +0300 Subject: [PATCH] minor fix --- .gitmodules | 2 +- app/views/install/compose.phtml | 2 ++ docker-compose.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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