Add Docker Compose files for Strix, Frigate, and go2rtc setups
Add three docker-compose variants: standalone Strix, Strix + Frigate, and Strix + go2rtc. Update README with Docker Compose install instructions linking to the files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Strix standalone
|
||||
# Usage: docker compose up -d
|
||||
|
||||
services:
|
||||
strix:
|
||||
container_name: strix
|
||||
image: eduard256/strix:latest
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
STRIX_LISTEN: ":4567"
|
||||
# STRIX_LOG_LEVEL: debug
|
||||
Reference in New Issue
Block a user