From ce950637a5b28b6544e134cfb3ae5eae6b39b693 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 25 Nov 2021 13:32:01 +0545 Subject: [PATCH] update dependency --- composer.lock | 5 ++--- docker-compose.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index bcee2aa56..120dccfde 100644 --- a/composer.lock +++ b/composer.lock @@ -2554,7 +2554,7 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/storage", - "reference": "840198dc1e3223349f93a168e7ca3f3f3f85b612" + "reference": "1f8781dd92b9b4153379bfc8b0914a76b09bfb22" }, "require": { "php": ">=8.0", @@ -2587,7 +2587,7 @@ "upf", "utopia" ], - "time": "2021-11-24T07:10:01+00:00" + "time": "2021-11-25T07:37:57+00:00" }, { "name": "utopia-php/swoole", @@ -5394,7 +5394,6 @@ "type": "github" } ], - "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, { diff --git a/docker-compose.yml b/docker-compose.yml index 1c1cb0e2d..137cdd8e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -254,6 +254,15 @@ services: - _APP_DB_SCHEMA - _APP_DB_USER - _APP_DB_PASS + - _APP_STORAGE_DEVICE + - _APP_STORAGE_DEVICE_S3_ACCESS_KEY + - _APP_STORAGE_DEVICE_S3_SECRET + - _APP_STORAGE_DEVICE_S3_REGION + - _APP_STORAGE_DEVICE_S3_BUCKET + - _APP_STORAGE_DEVICE_DO_SPACES_ACCESS_KEY + - _APP_STORAGE_DEVICE_DO_SPACES_SECRET + - _APP_STORAGE_DEVICE_DO_SPACES_REGION + - _APP_STORAGE_DEVICE_DO_SPACES_BUCKET appwrite-worker-database: entrypoint: worker-database