struckt
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user