AlertHub

AlertHub is a simple tool to get alerted from GitHub releases.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  alerthub:
    image: ghcr.io/ardakilic/alerthub:2
    container_name: alerthub
    volumes:
      - /host/path/config.js:/usr/src/app/etc/config.js
    ports:
      - 3444:3444
    restart: unless-stopped

Resources

GitHub: https://github.com/Ardakilic/alerthub

GitHub Container Registry: https://github.com/ardakilic/alerthub/pkgs/container/alerthub

Configuration: https://github.com/Ardakilic/alerthub#docker-container