0perationPrivacy / VoIP

Web Base Telnyx/Twilio VoIP Interface enabling SMS, MMS and Voice calls using the providers API Keys and self-hosting the application.
https://VoIP.OperationPrivacy.com
GNU General Public License v3.0
245 stars 421 forks source link

Add Dockerfile for Docker support #210

Closed slfhstr closed 1 year ago

slfhstr commented 1 year ago

Describe the solution you'd like Currently self-hosting on an Ubuntu VPS Currently using lxc to create a container, but that's not really important. It would be great to have a Dockerfile so a Docker image can be built and deployed. Installing the node app is relatively straightforward. Assistance needed to add MongoDB to the Dockerfile and create a database with needed parameters.

Describe alternatives you've considered LXC : works fine but most of my self-hosting environment is based on Docker

slfhstr commented 1 year ago

Ooops, didn't read previous issues. Closing.