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 publishUser: recorder
# Password required to publish. # Password required to publish.
# SHA256-hashed values can be inserted with the "sha256:" prefix. # 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. # IPs or networks (x.x.x.x/24) allowed to publish.
publishIPs: [] publishIPs: []

View file

@ -76,8 +76,8 @@ services:
ports: ports:
- 8554:8554 - 8554:8554
volumes: volumes:
- "./config/mediamtx/mediamtx.yml:/mediamtx.yml" - "./config/recorder/mediamtx.yml:/mediamtx.yml"
- "./data/recordings:/recordings" - "./data/archive/recordings"
restart: unless-stopped restart: unless-stopped
networks: networks:
- net - net
@ -91,7 +91,7 @@ services:
image: stream-archive:latest image: stream-archive:latest
volumes: volumes:
- "./config/archive/nginx.conf:/etc/nginx/nginx.conf" - "./config/archive/nginx.conf:/etc/nginx/nginx.conf"
- "./data/recordings:/recordings:ro" - "./data/archive:/recordings:ro"
restart: unless-stopped restart: unless-stopped
networks: networks:
- net - net