Skip to content

Instantly share code, notes, and snippets.

@davehorton
Created October 21, 2019 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehorton/ad48816d0210734042a7fbe36efe42b4 to your computer and use it in GitHub Desktop.
Save davehorton/ad48816d0210734042a7fbe36efe42b4 to your computer and use it in GitHub Desktop.
version: '3'
services:
drachtio:
image: drachtio/drachtio-server:0.8.3
network_mode: host
command: drachtio --contact "sip:*;transport=udp" --loglevel info
freeswitch:
image: drachtio/drachtio-freeswitch-mrf:latest
command: freeswitch --sip-port 5080 --rtp-range-start 20000 --rtp-range-end 20020
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment