1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

minor fix

This commit is contained in:
shimon 2023-10-16 18:17:02 +03:00
parent 710ac707e3
commit a8f5886474
3 changed files with 4 additions and 1 deletions

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "app/console"]
path = app/console
url = https://github.com/appwrite/console
branch = 3.2.2
branch = 3.2.1

View file

@ -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: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>

View file

@ -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