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