dougbtv / docker-asterisk

Some dockerfiles for whipping up an asterisk server
283 stars 135 forks source link

Docker Compose needed #42

Open dougbtv opened 8 years ago

dougbtv commented 8 years ago

Need a docker compose scheme for this guy.

tiagoor commented 7 years ago

Covld yov specify?

dougbtv commented 7 years ago

At some point, but, in the meanwhile... patches welcome :)

rijnhard commented 6 years ago

@dougbtv I've whipped up some monsters, so I could do this, depends on the goal. I have a setup with two asterisk instances communicating with one another and ARI configured. I have another with 3 asterisk instances, with one that has an AMI based application running ontop of it and registering to the other two.

Fun stuff. So its really just what goal, for development reasons I'd say having two servers speaking to each other with ARI access on both would be sufficient.

dougbtv commented 6 years ago

@Rijnhard -- sounds pretty awesome! If you wind up contributing a docker-compose yaml, I'd happily merge the pull request. Even just an example would be a great help to people picking up the project to use.

Sounds pretty awesome with the Asterisk + ARI containers!

I have no particular goal with the docker-compose file other than just having one to start with for people to pick up and use. If it comes with some documentation, all the better, but, honestly, even just a ./docker-compose/ folder with an example or two and a readme to describe what they're doing would be amazing.