Logo
Explore Help
Sign In
studio/meet
2
0
Fork 0
You've already forked meet
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
00a3c0a37ca7bdc3d1547475352d4893887e2d6d
meet/docker/livekit/Dockerfile

7 lines
202 B
Docker
Raw Normal View History

📌(livekit) pin livekit dev version Pin the LiveKit server version to use the same as the staging and production environment. It's a good practice.
2025-03-25 10:32:15 +01:00
FROM livekit/livekit-server:v1.8.0
🔧(livekit) create custom LiveKit image with nip.io CA certificate Override LiveKit Docker image to include nip.io Certificate Authority for development environment. Addresses issue where LiveKit webhook calls fail in dev mode due to unknown CA. Custom image places certificate in appropriate location since LiveKit chart lacks volume mounting options for CA certs or webhook SSL disabling capabilities. Discussed with @rouja.
2025-03-06 11:23:02 +01:00
# 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"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 52ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API