eramba / docker

Docker helper files for running eramba software
29 stars 24 forks source link

Using in Azure #70

Open JasperSurmont opened 8 months ago

JasperSurmont commented 8 months ago

I would like to run Eramba in Azure. I've been looking around and it seems that Azure App Service seems fit, since it can use docker-compose. However, I have not been successful in deploying it on there. Are there things I should change about the compose file, or other configurations that I might need?

Thanks!

elsombrante commented 8 months ago

Hello, I think there is no difference between Azure or AWS etc. Simply spin up the Ubuntu server and use our guide to install eramba: https://www.eramba.org/learning/courses/12/episodes/274#install_community If you want to build automatic deployment via kubernetes (or azure alternative) you have to do that on your own, we are not providing helm chart. Also please review our discussion forum, you can find useful information there.