diff --git a/config/mediamtx/mediamtx.yml.dist b/config/recorder/mediamtx.yml.dist similarity index 99% rename from config/mediamtx/mediamtx.yml.dist rename to config/recorder/mediamtx.yml.dist index 9346724..62b4641 100644 --- a/config/mediamtx/mediamtx.yml.dist +++ b/config/recorder/mediamtx.yml.dist @@ -324,7 +324,7 @@ pathDefaults: publishUser: recorder # Password required to publish. # SHA256-hashed values can be inserted with the "sha256:" prefix. - publishPass: recmeup123 + publishPass: changeme # IPs or networks (x.x.x.x/24) allowed to publish. publishIPs: [] diff --git a/docker-compose.yml b/docker-compose.yml index 210a35c..afee32a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,8 +76,8 @@ services: ports: - 8554:8554 volumes: - - "./config/mediamtx/mediamtx.yml:/mediamtx.yml" - - "./data/recordings:/recordings" + - "./config/recorder/mediamtx.yml:/mediamtx.yml" + - "./data/archive/recordings" restart: unless-stopped networks: - net @@ -91,7 +91,7 @@ services: image: stream-archive:latest volumes: - "./config/archive/nginx.conf:/etc/nginx/nginx.conf" - - "./data/recordings:/recordings:ro" + - "./data/archive:/recordings:ro" restart: unless-stopped networks: - net