add services
Some checks failed
deploy misc services / deploy (push) Failing after 0s

This commit is contained in:
Elias Ahokas
2025-11-24 20:05:49 +02:00
commit b6e94fa231
7 changed files with 75 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
telegram-bot:
build: ./telegram_bot
container_name: telegram-bot
volumes:
- /mnt/piratointi/tv_media/channel3:/app/media_folder
secrets:
- bot_token
restart: unless-stopped
secrets:
bot_token:
file: ./secrets/bot_token.txt