docker-compose.yml:
version: '3.2'
services:
check-and-notify:
image: ghcr.io/pettijohn/check-and-notify:latest # Supports arm64 and amd64
container_name: check-and-notify
env_file:
- .env
restart: always
Copy .env.example to .env and replace the placeholders:
TELEGRAM_URL="https://api.telegram.org/bot<id>:<secret>/sendMessage?chat_id=<id>"
BACKYARDFIRE_CRON=40 7,16 * * *
COORDINATES=39.833333,-98.583333
LOTTO_NOTIFY_MIN=500