Created
September 23, 2017 19:24
-
-
Save ahmadshah/e87c2d81fbffb9c9f11c4877b6d8b562 to your computer and use it in GitHub Desktop.
Restcomm docker compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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