Initial commit: UMB Telegram Bot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
umb-bot:
|
||||
build: .
|
||||
container_name: umb-bot
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./bot/data:/app/bot/data
|
||||
Reference in New Issue
Block a user