Create docker-compose.yaml

This commit is contained in:
The-Dark-Mode
2025-07-10 17:56:40 +12:00
committed by GitHub
parent 30f376f41b
commit 4c010a09c5

View File

@ -0,0 +1,20 @@
services:
frigate-smtp:
build: .
container_name: frigate-smtp
restart: unless-stopped
environment:
SMTP_SERVER: smtp.example.com
SMTP_PORT: 587
SMTP_USERNAME: user@example.com
SMTP_PASSWORD: yourpassword
EMAIL_FROM: user@example.com
EMAIL_TO: you@example.com,friend@example.com
HOMEASSISTANT_URL: https://ha.domain.com
HOMEASSISTANT_IP: http://ha-ip:8123
MQTT_BROKER_IP: mqtt-ip
MQTT_PORT: 1883
MQTT_USERNAME: mqttuser
MQTT_PASSWORD: mqttpass
ALLOWED_CAMERAS: camera1,camera2
IGNORED_LABELS: label1,label2