mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
07501d9cfa
This PR adds the LiveKit server to the Docker Compose setup. All of the dependencies needed to run the collab server are now encapsulated within Docker Compose. Release Notes: - N/A
11 lines
140 B
YAML
11 lines
140 B
YAML
development: true
|
|
port: 7880
|
|
rtc:
|
|
udp_port: 7882
|
|
tcp_port: 7881
|
|
use_external_ip: false
|
|
keys:
|
|
devkey: secret
|
|
logging:
|
|
level: debug
|