MangoMessengerAPI icon indicating copy to clipboard operation
MangoMessengerAPI copied to clipboard

private deploy

Open vks2 opened this issue 1 year ago • 3 comments

Is it possible to deploy it on a private server, not azure without the need of breaking down whole codebase?

vks2 avatar Feb 17 '24 15:02 vks2

Yeah, it can be easily deployed on virtual machines both Cloud IaaS or On-premises using

  • Docker compose
  • Build and deploy self contained artifact

Deploy can be done via SSH or Ansible + CI/CD tool like Github Actions or Azure pipelines etc

Note that it is vendor locked to use Azure Blob storage at the moment, to avoid it simply implement IBlobService to use AWS S3 or another file storage solution

kolosovpetro avatar Feb 17 '24 20:02 kolosovpetro

could you provide an example in separate branch? we're interested in on-premise deploy. CI-CD is also problematic due to corp restrictions PS are you free to provide some small consulting project?

vks2 avatar Feb 19 '24 01:02 vks2

I am not sure I have enough time for something like consulting now

kolosovpetro avatar Feb 20 '24 00:02 kolosovpetro