Удалены старые docker-compose.yml из подпапок (завершение)

This commit is contained in:
vrubelroman 2025-10-28 22:02:38 +03:00
parent e59bbb7d0e
commit 22a0371fc9
4 changed files with 0 additions and 68 deletions

View file

@ -1,22 +0,0 @@
services:
lichess-bot:
build: .
container_name: lichess-telegram-bot
restart: unless-stopped
volumes:
- ./data:/app/data
- ./lichess_bot.db:/app/lichess_bot.db
environment:
- PYTHONPATH=/app
- PYTHONUNBUFFERED=1
healthcheck:
test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8001/docs', timeout=5)"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
network_mode: "host"
volumes:
bot-data:
driver: local