chore: fix v4.2.0 deployment (#64)

* chore: fix docker compose healthcheck

* fix: compact setup channel provider request
This commit is contained in:
Gabriel Jablonski 2025-06-09 22:17:54 -03:00 committed by GitHub
parent 2f36e0cfd3
commit 6e1da287a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class Whatsapp::Providers::WhatsappBaileysService < Whatsapp::Providers::BaseSer
webhookVerifyToken: whatsapp_channel.provider_config['webhook_verify_token'],
# TODO: Remove on Baileys v2, default will be false
includeMedia: false
}.to_json
}.compact.to_json
)
process_response(response)

View File

@ -50,7 +50,7 @@ services:
healthcheck:
test:
- CMD-SHELL
- 'wget -qO- http://127.0.0.1:3000/'
- 'wget -qO- --header="Accept: text/html" http://127.0.0.1:3000/'
interval: 60s
timeout: 20s
retries: 10