mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-20 23:32:23 +00:00
🔧(devx) stop declaring LiveKit as an app-dev dependency
LiveKit was declared as an app-dev dependency, which caused it (along with its egress) to be started whenever we ran unrelated commands such as tests, migrate or makemigrations. Drop that dependency and start LiveKit explicitly only when it is actually needed, i.e. when calling run-backend.
This commit is contained in:
committed by
aleb_the_flash
parent
d7ab5f4f1f
commit
617beb3340
@@ -85,7 +85,6 @@ services:
|
||||
- postgresql
|
||||
- mailcatcher
|
||||
- redis
|
||||
- livekit
|
||||
- createbuckets
|
||||
- createwebhook
|
||||
extra_hosts:
|
||||
|
||||
Reference in New Issue
Block a user