Files
z420-misc/docker-compose.yml
Elias Ahokas b6e94fa231
Some checks failed
deploy misc services / deploy (push) Failing after 0s
add services
2025-11-24 20:05:49 +02:00

13 lines
273 B
YAML

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