Initial commit: TrueConf Chatbot КЛЕВЕР

This commit is contained in:
2026-07-15 12:00:27 +07:00
commit fc0288d13d
42 changed files with 7818 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
bot:
image: trueconf-bot:latest
container_name: trueconf-bot
volumes:
# Код проекта (покрывает всё внутри)
- .:/app:rw
# Конфигурация
- ./.env:/app/.env:rw
# Passwork (секреты)
- /opt/passwork:/opt/passwork:rw
network_mode: host
restart: always
deploy:
resources:
limits:
memory: 2G
cpus: '2'