This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user