1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12: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:
Christy Jacob 2023-09-04 20:34:23 -04:00 committed by GitHub
commit 5c1d29d683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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