This commit is contained in:
xds
2026-02-02 16:15:17 +03:00
commit e6aad48e72
21 changed files with 631 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
tot-bot:
image: tot-bot:latest
container_name: tot-bot
build:
context: .
network: host
network_mode: host
restart: unless-stopped