feat: initial commit at project root

This commit is contained in:
Hamza-Ayed
2026-05-29 01:06:47 +03:00
commit 87ec54bbd7
22 changed files with 1737 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3.9"
services:
voice-call:
build: .
container_name: intaleq-voice-call
restart: unless-stopped
network_mode: host
env_file: .env
mem_limit: 128m
memswap_limit: 128m
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"