mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #6185 from appwrite/fix-6184-worker-builds-volumes
Remove duplicated volumes section
This commit is contained in:
commit
30a67c612c
1 changed files with 0 additions and 3 deletions
|
|
@ -351,9 +351,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
volumes:
|
|
||||||
- appwrite-functions:/storage/functions:rw
|
|
||||||
- appwrite-builds:/storage/builds:rw
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue