t38modem docker compose example
This commit is contained in:
parent
8800cc07f8
commit
c229a79f4e
1 changed files with 15 additions and 0 deletions
15
docker/t38modem/docker-compose.yml
Normal file
15
docker/t38modem/docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue