Skip to content

Instantly share code, notes, and snippets.

@ahmadshah
Created September 23, 2017 19:24
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 ahmadshah/e87c2d81fbffb9c9f11c4877b6d8b562 to your computer and use it in GitHub Desktop.
Save ahmadshah/e87c2d81fbffb9c9f11c4877b6d8b562 to your computer and use it in GitHub Desktop.
Restcomm docker compose
version: "2"
services:
restcomm:
image: restcomm/restcomm:latest
container_name: "restcomm"
environment:
- RCBCONF_STATIC_ADDRESS=127.0.0.1
- ENVCONFURL=https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh
ports:
- "8080:8080"
- "8443:8443"
- "9990:9990"
- "5080:5080"
- "5081:5081"
- "5082:5082"
- "5083:5083"
- '5080:5080/udp'
- "65000-65050:65000-65050/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment