t38modem docker compose example

This commit is contained in:
Dominic Grimm 2024-12-20 15:58:55 +01:00
parent 8800cc07f8
commit c229a79f4e

View file

@ -0,0 +1,15 @@
services:
epvpn:
image: git.dergrimm.net/dergrimm/t38modem:latest
restart: always
environment:
T38MODEM_SIP_USERNAME: ""
T38MODEM_SIP_PASSWORD: ""
T38MODEM_SIP_SERVER: "hg.eventphone.de"
T38MODEM_STUN_SERVER: "stun.l.google.com:19302"
T38MODEM_DISABLE_T38: true
T38MODEM_CMD_ARGS: "-t"
T38MODEM_START_PORT: 3000
T38MODEM_MODEM_COUNT: 2
ports:
- 127.0.0.1:3000-3002:3000-3002