Delete docker-compose.yml

This commit is contained in:
2026-07-30 10:31:22 +00:00
parent 25325684ee
commit fc820ca738
-11
View File
@@ -1,11 +0,0 @@
services:
bot:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env
volumes:
- ./tgbot/data:/app/tgbot/data
stop_grace_period: 30s