Merge pull request #6133 from appwrite/fix-git-not-found

Fix Not Found error when deploying function from git
This commit is contained in:
Christy Jacob
2023-09-04 20:34:23 -04:00
committed by GitHub
+3
View File
@@ -354,6 +354,9 @@ services:
depends_on:
- redis
- mariadb
volumes:
- appwrite-functions:/storage/functions:rw
- appwrite-builds:/storage/builds:rw
environment:
- _APP_ENV
- _APP_WORKER_PER_CORE