Sign inSign up

bkbillybk/alarmpi

By bkbillybk

Updated almost 3 years ago

Security system for Raspberry PI

Image
Networking
Security
Internet of things
0

993

bkbillybk/alarmpi repository overview

AlarmPI

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.

Usage

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

Tag summary

Content type

Image

Digest

sha256:1687b22b0

Size

135.7 MB

Last updated

almost 3 years ago

docker pull bkbillybk/alarmpi