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
e18b7327766fc00a10f65fb8ecd591e3fc5528ca
meet/docker/livekit/Dockerfile

7 lines
202 B
Docker
Raw Normal View History

⬆️(livekit) upgrade local LiveKit server to version 1.9.0 Update development environment LiveKit server from previous version to 1.9.0 for latest features and bug fixes. Ensures development environment stays current with LiveKit production version.
2025-09-09 14:32:58 +02:00
FROM livekit/livekit-server:v1.9.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: 55ms Template: 2ms
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