Система CI/CD
Some checks failed
Build G365SFU / build (push) Has been cancelled

This commit is contained in:
set
2026-03-20 19:24:03 +02:00
parent 6364253c6f
commit 625a7acfb7
6 changed files with 105 additions and 2 deletions

13
build/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
g365sfu:
container_name: g365sfu
build:
context: .
dockerfile: Dockerfile
image: g365sfu:latest
restart: unless-stopped
env_file:
- .env
#Поддерживается только в Linux (на Windows и MacOS нужно использовать bridge сеть и проброс портов, но нельзя пробрасывать большие
#диапазоны портов, это может вызывать проблемы с работой Docker)
network_mode: host