Files
voice-call-service/docker-compose.yml
2026-05-28 15:10:16 +03:00

16 lines
305 B
YAML

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"