flutter-webrtc-server icon indicating copy to clipboard operation
flutter-webrtc-server copied to clipboard

Add docker file example to easily deploy to the cloud

Open hmbenhaim opened this issue 3 years ago • 2 comments

Hi first of all thank you for your hard work on this project. I wander if you have any docker file that you can include in this project with all the depends and everything needs to deploy this server to the cloud because it's really hard to get Intu this code and write the docker file Thank you

hmbenhaim avatar Dec 16 '21 23:12 hmbenhaim

This is a good idea, I think it will not be too difficult because this repo has only one main.go and a few necessary ports to be exposed.

cloudwebrtc avatar Dec 17 '21 02:12 cloudwebrtc

I wrote this dockerfile for my production use case. https://github.com/flutter-webrtc/flutter-webrtc-server/issues/91

1993alexey avatar Oct 09 '23 03:10 1993alexey