16 lines
305 B
YAML
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"
|