-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update Dockerhub Repository and Delete Config Session Variable #1623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CONFIG_SESSION_PHONE_VERSION updated
CONFIG_SESSION_PHONE_VERSION Updated
Update EvolutionApi DockerHub Repository and Delete Config Session Variable
Reviewer's GuideThis PR updates the Docker Swarm configuration to point to the new DockerHub repository and version for the evolution-api service, and removes an outdated session configuration variable from the environment settings. Class diagram for environment variable changes in evolution-api serviceclassDiagram
class EvolutionApiService {
+CONFIG_SESSION_PHONE_CLIENT: string
+CONFIG_SESSION_PHONE_NAME: string
-CONFIG_SESSION_PHONE_VERSION: string
+QRCODE_LIMIT: int
+OPENAI_ENABLED: bool
+DIFY_ENABLED: bool
...
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realmente o hub está errado. Em relação a versão do WhatsApp eu ainda acho necessário setar o valor de CONFIG_SESSION_PHONE_VERSION nela em produção. Muitas mudanças na meta causam problemas no qual o script da Evolution ainda não está preparado. |
@skarious nunca aponte para a main, sempre pra develop e complementando com o @KokeroO, não pode retirar essa variavel de ambiente, pois essa responsabilidade não pode ficar do lado apenas da baileys definir a versão do whatsapp web, pois pode ter casos em que ela não vai sanar o problema. Se puder ajustar |
Update Dockerhub Repository and Delete Config Session Variable
Summary by Sourcery
Update the Docker swarm configuration for the evolution_api_v2 service to use the new Docker Hub repository and tag, and remove an obsolete session version environment variable.
Enhancements:
Deployment: