mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 03:28:57 +00:00
initial working docker-compose
This commit is contained in:
11
telegram-moviebot/docker-compose.yml
Normal file
11
telegram-moviebot/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
version: 3
|
||||||
|
services:
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user