1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Updated volume

This commit is contained in:
Eldad Fux 2020-12-10 18:58:27 +02:00
parent 4556f4d8e8
commit 76a8ffee23
2 changed files with 2 additions and 0 deletions

View file

@ -217,6 +217,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-functions:/storage/functions:rw
- /tmp:/tmp:rw
environment:
- _APP_ENV
- _APP_REDIS_HOST

View file

@ -253,6 +253,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-functions:/storage/functions:rw
- /tmp:/tmp:rw
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
depends_on: