Files
telegram-moviebot/docker-compose.yml
2022-04-25 13:38:13 -04:00

14 lines
493 B
YAML

---
version: 3
services:
telegram-moviebot:
container_name: telegram-moviebot
image: skoobasteeve/telegram-moviebot:main
environment:
- TMDB_API_TOKEN=
- SA_API_TOKEN=
- TG_BOT_TOKEN=
- TG_BOT_USER= # (optional) Limits access to the bot to a single Telegram user.
- STREAMING_COUNTRY= # (optional) Search country for streaming services. Default "us".
- TG_DEBUG= # (optional, True/False) Verbose debug logging. Default False.
restart: always