1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Update docker-compose.yml

This commit is contained in:
Matej Bačo 2023-03-22 08:45:38 +01:00
parent 9aec737d2b
commit 55d94302db

View file

@ -713,6 +713,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-builds:/storage/builds:rw
- appwrite-functions:/storage/functions:rw
# Host mount nessessary to share files between executor and runtimes.
# It's not possible to share mount file between 2 containers without host mount (copying is too slow)
- /tmp:/tmp:rw
environment:
- OPR_EXECUTOR_CONNECTION_STORAGE=$_APP_CONNECTIONS_STORAGE