13 lines
273 B
YAML
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 |