version: "3.7" services: app_proxy: environment: APP_HOST: frigate_web_1 APP_PORT: 5000 PROXY_AUTH_ADD: "false" web: privileged: true # this may not be necessary for all setups restart: unless-stopped image: ghcr.io/blakeblackshear/frigate:0.14.0@sha256:416fa4cc44fd1e40abf522ddb01defa83f2fefeca2337425c1fe1574b7f4bb14 shm_size: "128mb" # update for your cameras based on calculation above devices: - /dev:/dev volumes: - /etc/localtime:/etc/localtime:ro - ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/storage:/media/frigate - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear target: /tmp/cache tmpfs: size: 1000000000 ports: - "8554:8554" # RTSP feeds - "8555:8555/tcp" # WebRTC over tcp - "8555:8555/udp" # WebRTC over udp environment: FRIGATE_RTSP_PASSWORD: ${APP_PASSWORD}