Pin the LiveKit server version to use the same as the staging and production environment. It's a good practice.
7 lines
202 B
Docker
7 lines
202 B
Docker
FROM livekit/livekit-server:v1.8.0
|
|
|
|
# We inject the nip.io certificate manually because the livekit chart doesn't support volume mounting
|
|
COPY rootCA.pem /etc/ssl/certs/
|
|
|
|
ENTRYPOINT ["/livekit-server"]
|