rename service folders

This commit is contained in:
deflax 2024-01-01 20:21:06 +00:00
parent a6bf056ca1
commit b71d16a198
2 changed files with 4 additions and 4 deletions

View file

@ -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: []

View file

@ -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