Security system for Raspberry PI
993
AlarmPI is a home security system based on Raspberry PI. It supports wired sensors (PIR, Magnetic etc.) and wireless through MQTT or Hikvision. It is controlled with a Web UI, a Android Application, or through HTTP & MQTT messages.
docker compose -f alarmpi.yml up
version: '3'
services:
alarmpi:
image: bkbillybk/alarmpi:latest
container_name: alarmpi
restart: unless-stopped
devices:
- /dev/gpiomem:/dev/gpiomem
volumes:
- /etc/AlarmPI/server.json:/opt/AlarmPI/config/server.json
- /etc/AlarmPI/settings.json:/opt/AlarmPI/config/settings.json
ports:
- 5000:5000
Content type
Image
Digest
sha256:1687b22b0…
Size
135.7 MB
Last updated
almost 3 years ago
docker pull bkbillybk/alarmpi