mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #6133 from appwrite/fix-git-not-found
Fix Not Found error when deploying function from git
This commit is contained in:
commit
5c1d29d683
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue