a16799fa8d
Add three docker-compose variants: standalone Strix, Strix + Frigate, and Strix + go2rtc. Update README with Docker Compose install instructions linking to the files.
13 lines
256 B
YAML
13 lines
256 B
YAML
# 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
|