mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 19:48:56 +00:00
12 lines
318 B
YAML
12 lines
318 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
|
|
restart: always |