Switch Frigate image to custom built image with simple user access controls based on username
This commit is contained in:
@@ -2,7 +2,8 @@ name: frigate
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ghcr.io/blakeblackshear/frigate:stable
|
#image: ghcr.io/blakeblackshear/frigate:stable
|
||||||
|
image: gitea.tremendousturtle.tools/chris/frigate:v0.14.1-web-admin-088ff992
|
||||||
shm_size: "250mb"
|
shm_size: "250mb"
|
||||||
devices:
|
devices:
|
||||||
- /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral
|
- /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral
|
||||||
@@ -20,7 +21,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
ports:
|
ports:
|
||||||
- "8971:8971"
|
# - "8971:8971"
|
||||||
- "8554:8554" # RTSP feeds
|
- "8554:8554" # RTSP feeds
|
||||||
- "8555:8555/tcp" # WebRTC over tcp
|
- "8555:8555/tcp" # WebRTC over tcp
|
||||||
- "8555:8555/udp" # WebRTC over udp
|
- "8555:8555/udp" # WebRTC over udp
|
||||||
|
|||||||
Reference in New Issue
Block a user