1
0

chore(deps): update ghcr.io/blakeblackshear/frigate docker tag to v0.17.0 (localApps) (#4256)

This commit is contained in:
renovate[bot]
2026-02-27 04:14:47 +00:00
committed by GitHub
parent fcab53095b
commit 758bc84816
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
services:
frigate:
image: "ghcr.io/blakeblackshear/frigate:0.17.0"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
privileged: ${PRIVILEGED_MODE}
shm_size: "${SHM_SIZE}"
devices:
- /dev/bus/usb:/dev/bus/usb
- /dev/apex_0:/dev/apex_0
- /dev/video11:/dev/video11
- /dev/dri/renderD128:/dev/dri/renderD128
volumes:
- /etc/localtime:/etc/localtime:ro
- ${CONFIG_PATH}:/config
- ${STORAGE_PATH}:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: "${TMPFS_SIZE}"
ports:
- "${PANEL_APP_PORT_HTTPS}:8971"
- "${RTSP_PORT}:8554"
- "${WEBRTC_TCP_PORT}:8555/tcp"
- "${WEBRTC_UDP_PORT}:8555/udp"
environment:
- FRIGATE_RTSP_PASSWORD=${FRIGATE_RTSP_PASSWORD}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true