version: '3.3'12services:3scanner:4image: derhenning/tgtg:latest-alpine ## pre build image from docker hub5# image: tgtg-scanner:latest ## locally build image6# build: ## build image with compose7# context: .8# dockerfile: docker/Dockerfile.alpine9environment:10# Configuration via environment variables.11# Basic example using Telegram notifications12# For more options and details visit https://github.com/Der-Henning/tgtg/wiki/Configuration1314- TGTG_USERNAME=15- SLEEP_TIME=6016- TZ=Europe/Berlin17- LOCALE=de_DE1819- TELEGRAM=true20- TELEGRAM_TOKEN=21- TELEGRAM_CHAT_IDS=2223volumes:24- tokens:/tokens ## volume to save TGTG credentials to reuse on next start up and avoid login mail2526volumes:27tokens:282930