Initial commit
This commit is contained in:
11
compose.yml
Normal file
11
compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
life-bot:
|
||||
image: git.frik.su/eugenebee/life-bot:latest
|
||||
container_name: life-bot
|
||||
environment:
|
||||
BOT_TOKEN: "telegram-bot-token"
|
||||
WHITELIST: "chat-id-1, chat-id-2"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./logs:/app/logs
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user