moved to correct location

This commit is contained in:
2022-04-23 13:39:04 -04:00
parent 53bbb750d0
commit 408f70a7d4

11
docker-compose.yml Normal file
View 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