telnetdoogie/callattendant-docker

By telnetdoogie

Updated 7 days ago

Docker image of @thess's CallAttendant - for screening incoming phone calls and blocking spam

Image
Networking
Integration & delivery
Internet of things
0

1.7K

telnetdoogie/callattendant-docker repository overview

callattendant-docker

This is a dockerized version of @thess's CallAttendant.

More document updates to come.

Docker Run:
docker run --rm -it --device=/dev/ttyACM0 \
    -v /volume1/docker/callattendant-docker/config:/app/config \
    -p 8088:5000 \
    -e TZ='America/Chicago' \
    telnetdoogie/callattendant-docker:latest
Docker-Compose:
services:

  callattendant:
    container_name: callattendant
    image: telnetdoogie/callattendant-docker:latest
    environment:
      TZ: America/Chicago
    devices:
      - /dev/ttyACM0    # add your modem dev path here
    volumes:
      - /volume1/docker/callattendant/config:/app/config:rw
    ports:
      - 8088:5000
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:d8dc578de

Size

39.5 MB

Last updated

7 days ago

docker pull telnetdoogie/callattendant-docker:twilio