Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 457 Bytes

File metadata and controls

27 lines (20 loc) · 457 Bytes

CoronAlert

Program that checks Dutch Corona Vaccination program for birth years that can make appointments.

Configuration

Environment variables:

  • GOTIFY_KEY
  • GOTIFY_URL
  • YEARS

Sample docker-compose.yml

version: '3'

services:
  coronalert:
    image: narbux/coronalert:latest
    container_name: coronalert
    restart: unless-stopped
    environment:
      - "GOTIFY_KEY=KEY"
      - "GOTIFY_URL=URL"
      - "YEARS=1950,1960"