Удалены старые 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,15 +0,0 @@
services:
web-view:
build: .
container_name: lichess-web-view
ports:
- "5000:5000"
volumes:
- ../LichessClientTG_bot/data:/app/data:ro
restart: unless-stopped
environment:
- FLASK_ENV=production