whatsapp-chatgpt icon indicating copy to clipboard operation
whatsapp-chatgpt copied to clipboard

feat: install necessary components in Dockerfile

Open law108000 opened this issue 1 year ago • 1 comments

  • whatsapp-web.js: install all components required for no-gui systems
  • https://wwebjs.dev/guide/

law108000 avatar Mar 06 '23 15:03 law108000

Can you explain why we need aks-deployment.yml?

navopw avatar Mar 19 '23 10:03 navopw

Another volume you can create is a volume for the sessions, so if any error occurs you don't need to re scan the QR code to authenticate to the whatsapp session, in the yaml manifest for k8s.

EdEngineering avatar Mar 19 '23 20:03 EdEngineering

Can you explain why we need aks-deployment.yml?

I work deploying systems into prod, and kubernetes is a great solution, autoscalable, autohealing, lots of benefits really, so it is helpful to have those yaml files, i deployed this app myself in gke, with my own manifests.

EdEngineering avatar Mar 19 '23 20:03 EdEngineering

Can you explain why we need aks-deployment.yml?

Oh, I am sorry about that. It seems some code change on my fork project is being carried on to this accidentally. actually, I would like to pull bc183d5 only ...

The other 4 commits are personal usage only (deployment with K8S into Azure). As @EdEngineering comments, that could be a useful example or template for others who would like to deploy this project into the cloud.

Another volume you can create is a volume for the sessions, so if any error occurs you don't need to re scan the QR code to authenticate to the whatsapp session, in the yaml manifest for k8s.

Thx @EdEngineering, you reminded me that I should add volume config into docker-compose too. So others could be skipping WhatsApp authentication every time they restarted the docker.

law108000 avatar Mar 20 '23 07:03 law108000