mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
add dockerfile
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
bot:
|
||||
image: pischule/go-mention-all-bot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
TELEGRAM_TOKEN: "${TELEGRAM_TOKEN}"
|
||||
Reference in New Issue
Block a user