mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 01:52:33 +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
|
@ -1,23 +0,0 @@
|
|||
# The configuration used to deploy the bot on the production server
|
||||
# You can adapt it to create your own instance
|
||||
|
||||
version: '3.8'
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
hostname: so-un-bot
|
||||
# change to your local DNS zone (can be safely removed if not needed)
|
||||
# for example: in the production server is pve-docer.net.mrlc.cc
|
||||
domainname: ${DNS_ZONE}
|
||||
pull_policy: build
|
||||
environment:
|
||||
# Leave /data unless you want to point to an external volume
|
||||
- DATA_PATH=/data
|
||||
# Should match the path defined in the volume mount (if you want it to persist)
|
||||
- ACL_PATH=/acl
|
||||
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
# User id of the administrator user (will receive logs for errors)
|
||||
- TELEGRAM_ADMIN_ID=${TELEGRAM_ADMIN_ID}
|
||||
volumes:
|
||||
- ${ACL_DIR}:/acl
|
Loading…
Add table
Add a link
Reference in a new issue