add algam
This commit is contained in:
14
app.control-bot/docker-compose.yml
Normal file
14
app.control-bot/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user