rename service folders
This commit is contained in:
parent
a6bf056ca1
commit
b71d16a198
2 changed files with 4 additions and 4 deletions
|
@ -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: []
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue