services:1scanner:2image: derhenning/tgtg:latest-alpine ## pre build image from docker hub3# image: tgtg-scanner:latest ## locally build image4# build: ## build image with compose5# context: .6# dockerfile: docker/Dockerfile.alpine7environment:8# Configuration via environment variables.9# Basic example using Telegram notifications10# For more options and details visit https://github.com/Der-Henning/tgtg/wiki/Configuration1112- TGTG_USERNAME=13- SLEEP_TIME=6014- TZ=Europe/Berlin15- LOCALE=de_DE16- PORT=30001718- TELEGRAM=true19- TELEGRAM_TOKEN=20- TELEGRAM_CHAT_IDS=2122volumes:23- tokens:/tokens ## volume to save TGTG credentials to reuse on next start up and avoid login mail2425ports:26- 3000:30002728volumes:29tokens:303132