added .frigate.env
This commit is contained in:
parent
0cfab2cab6
commit
587b1a776b
@ -23,13 +23,10 @@ services:
|
||||
size: 1000000000
|
||||
- /certs:/certs
|
||||
ports:
|
||||
- 5000:5000 # insecure/open, no login
|
||||
- 8554:8554
|
||||
- 8555:8555/tcp
|
||||
- 8555:8555/udp
|
||||
- 8971:8971 # secure login
|
||||
environment:
|
||||
PUID: 1001
|
||||
PGID: 10002
|
||||
FRIGATE_RTSP_PASSWORD: Saterdag!90
|
||||
- 5000:5000 # (HTTP): Internal, unauthenticated access. Good for local access or Home Assistant integration, but should be blocked externally
|
||||
- 8554:8554 # (RTSP): For streaming camera feeds, especially the Birdseye view
|
||||
- 8555:8555/tcp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
||||
- 8555:8555/udp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
||||
- 8971:8971 # (HTTPS/WS): Main authenticated access for UI and API. Use with reverse proxies for TLS/SSL
|
||||
env_file: .frigate.env
|
||||
networks: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user