mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #2542 from appwrite/feat-realtime-depends-on-db
Set db as depended of realtime
This commit is contained in:
commit
9b9eefaf9a
2 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ services:
|
|||
networks:
|
||||
- appwrite
|
||||
depends_on:
|
||||
- mariadb
|
||||
- redis
|
||||
environment:
|
||||
- _APP_ENV
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ services:
|
|||
- ./src:/usr/src/code/src
|
||||
# - ./vendor:/usr/src/code/vendor
|
||||
depends_on:
|
||||
- mariadb
|
||||
- redis
|
||||
environment:
|
||||
- _APP_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue