Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Der-Henning
GitHub Repository: Der-Henning/tgtg
Path: blob/main/docker/DOCKER_README.md
725 views

Quick reference

Readme, source, and documentation on https://github.com/Der-Henning/tgtg.

Supported Tags and respective Dockerfile links

The latest images represent the latest stable release. The edge images contain the latest commits to the main branch. The alpine images are based on the alpine Linux distribution and are significantly smaller.

Quick Start

Docker Compose Example:

Basic example using Telegram notifications.

For more options and details visit https://github.com/Der-Henning/tgtg/wiki/Configuration.

version: '3.3' services: scanner: image: derhenning/tgtg:latest-alpine environment: - TGTG_USERNAME= - SLEEP_TIME=60 - TZ=Europe/Berlin - LOCALE=de_DE - TELEGRAM=true - TELEGRAM_TOKEN= - TELEGRAM_CHAT_IDS= volumes: - tokens:/tokens volumes: tokens: