mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix(mediamtx): remake the docker image with alpine
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
FROM bluenviron/mediamtx:1 AS mediamtx
|
FROM bluenviron/mediamtx:1 AS mediamtx
|
||||||
|
|
||||||
FROM ubuntu:24.04
|
FROM alpine:3.21
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY --from=mediamtx /mediamtx /
|
COPY --from=mediamtx /mediamtx /
|
||||||
COPY ./docker/mediamtx/mediamtx.yml /mediamtx.yml
|
COPY ./docker/mediamtx/mediamtx.yml /mediamtx.yml
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ webrtcAdditionalHosts: []
|
|||||||
|
|
||||||
authMethod: http
|
authMethod: http
|
||||||
authHTTPAddress: https://hackclub.tv/api/mediamtx/publish
|
authHTTPAddress: https://hackclub.tv/api/mediamtx/publish
|
||||||
authHTTPFingerprint:
|
|
||||||
|
|
||||||
api: yes
|
api: yes
|
||||||
apiAddress: :9997
|
apiAddress: :9997
|
||||||
|
|||||||
Reference in New Issue
Block a user