This commit is contained in:
2025-09-23 11:36:55 +05:00
parent 046b610a34
commit f2cf7aaecf
18 changed files with 2427 additions and 465 deletions

View File

@@ -1,14 +0,0 @@
services:
# Nginx веб-сервер для статических файлов
web:
image: nginx:alpine
container_name: bot-web-interface
ports:
- "3000:80"
volumes:
- ./web:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
restart: unless-stopped
environment:
- NGINX_HOST=localhost
- NGINX_PORT=80