rebuild mediamtx for proper integration with rclone, need to add sh later for debug

This commit is contained in:
tdv
2025-10-28 19:27:40 +02:00
parent ad0fe7b09a
commit e92194f739
3 changed files with 35 additions and 21 deletions

View File

@@ -91,9 +91,10 @@ services:
- proxy
mediamtx:
image: bluenviron/mediamtx:latest
# restart: unless-stopped
# Expose default listeners for all common protocols
build:
context: ./mediamtx
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8554:8554" # RTSP
- "1935:1935" # RTMP
@@ -105,13 +106,6 @@ services:
volumes:
- ./mediamtx/mediamtx.yml:/mediamtx.yml:ro,Z
- mediamtx-recordings:/recordings
networks:
- proxy
- snoopBack
rclone:
image: rclone/rclone:latest
command: rcd --rc-addr=:5572 --rc-no-auth
environment:
RCLONE_CONFIG_MINIO_TYPE: s3
RCLONE_CONFIG_MINIO_PROVIDER: Minio
@@ -120,11 +114,10 @@ services:
RCLONE_CONFIG_MINIO_SECRET_ACCESS_KEY: minioadmin
RCLONE_CONFIG_MINIO_REGION: us-east-1
RCLONE_CONFIG_MINIO_FORCE_PATH_STYLE: "true"
volumes:
- mediamtx-recordings:/recordings
networks:
- snoopBack
- proxy
- snoopBack
# NEW: EMQX MQTT broker
emqx: