mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 11:12:34 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
15
scripts/docker-compose.yml
Normal file
15
scripts/docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# The configuration used to deploy the bot on the production server
|
||||
# You can adapt it to create your own instance
|
||||
version: '3.8'
|
||||
services:
|
||||
pim-a-bot:
|
||||
image: 'wapeety/pim-a-bot:latest'
|
||||
container_name: so-un-bot
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- API_KEY=${TELEGRAM_TOKEN}
|
||||
- ADMIN_ID=${TELEGRAM_ADMIN_ID}
|
||||
volumes:
|
||||
- "../data/questions:/app/data/questions"
|
||||
- "../data/config:/app/data/config"
|
||||
- "${ACL_DIR}:/app/data"
|
Loading…
Add table
Add a link
Reference in a new issue