``` --- services: homeassistant: image: lscr.io/linuxserver/homeassistant:latest container_name: homeassistant network_mode: host environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris volumes: - /home/jpbourdais/docker/homeAssistant/data:/config restart: unless-stopped ``` ``` version: "3.9" services: frigate: container_name: frigate privileged: true restart: unless-stopped image: ghcr.io/blakeblackshear/frigate:stable shm_size: "64mb" devices: - /dev/bus/usb:/dev/bus/usb volumes: - /etc/localtime:/etc/localtime:ro - /home/jpbourdais/docker/frigate/config:/config - /home/jpbourdais/docker/frigate/media:/media/frigate - type: tmpfs target: /tmp/cache tmpfs: size: 1000000000 ports: - "5000:5000" - "8554:8554" - "8555:8555/tcp" - "8555:8555/udp" ``` ``` mqtt: host: 192.168.1.58:1883 user: JPBOURDAIS password: password objects: track: - person filters: person: min_area: 4000 record: enabled: True retain: days: 0 events: retain: default: 0.5 cameras: watchdog: ffmpeg: inputs: - path: rtsp://watchdog:password@ip:554/stream1 roles: - detect - rtmp detect: width: 2304 height: 1296 fps: 5 detectors: coral: type: edgetpu device: usb ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up