chore(deps): update ghcr.io/blakeblackshear/frigate docker tag to v0.16.2 (#2091)
This commit is contained in:
parent
d27bd9bee3
commit
a5f6eb3873
|
|
@ -1,35 +0,0 @@
|
|||
services:
|
||||
frigate:
|
||||
image: "ghcr.io/blakeblackshear/frigate:0.16.1-standard-arm64"
|
||||
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
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
CONFIG_PATH="./data/config"
|
||||
CONTAINER_NAME="frigate"
|
||||
FRIGATE_RTSP_PASSWORD="password"
|
||||
PANEL_APP_PORT_HTTPS=8971
|
||||
PRIVILEGED_MODE="true"
|
||||
RTSP_PORT=8554
|
||||
SHM_SIZE="64mb"
|
||||
STORAGE_PATH="./data/storage"
|
||||
TMPFS_SIZE=1000000000
|
||||
WEBRTC_TCP_PORT=8555
|
||||
WEBRTC_UDP_PORT=8555
|
||||
|
|
@ -1,83 +0,0 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "true"
|
||||
edit: true
|
||||
envKey: PRIVILEGED_MODE
|
||||
labelEn: Privileged Mode
|
||||
labelZh: 特权模式
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: "True"
|
||||
value: "true"
|
||||
- label: "False"
|
||||
value: "false"
|
||||
- default: "64mb"
|
||||
edit: true
|
||||
envKey: SHM_SIZE
|
||||
labelEn: Shared Memory Size
|
||||
labelZh: 共享内存大小
|
||||
required: true
|
||||
type: text
|
||||
- default: "./data/config"
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config Path
|
||||
labelZh: 配置路径
|
||||
required: true
|
||||
type: text
|
||||
- default: "./data/storage"
|
||||
edit: true
|
||||
envKey: STORAGE_PATH
|
||||
labelEn: Storage Path
|
||||
labelZh: 存储路径
|
||||
required: true
|
||||
type: text
|
||||
- default: "1000000000"
|
||||
edit: true
|
||||
envKey: TMPFS_SIZE
|
||||
labelEn: Tmpfs Size
|
||||
labelZh: Tmpfs 大小
|
||||
required: true
|
||||
type: number
|
||||
- default: "8971"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "8554"
|
||||
edit: true
|
||||
envKey: RTSP_PORT
|
||||
labelEn: RTSP Port
|
||||
labelZh: RTSP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "8555"
|
||||
edit: true
|
||||
envKey: WEBRTC_TCP_PORT
|
||||
labelEn: WebRTC TCP Port
|
||||
labelZh: WebRTC TCP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "8555"
|
||||
edit: true
|
||||
envKey: WEBRTC_UDP_PORT
|
||||
labelEn: WebRTC UDP Port
|
||||
labelZh: WebRTC UDP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "password"
|
||||
edit: true
|
||||
envKey: FRIGATE_RTSP_PASSWORD
|
||||
labelEn: RTSP Password
|
||||
labelZh: RTSP 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
frigate:
|
||||
image: "ghcr.io/blakeblackshear/frigate:0.16.1"
|
||||
image: "ghcr.io/blakeblackshear/frigate:0.16.2"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
Loading…
Reference in New Issue