Update WAHA service configuration in docker-compose.yml and README.md

- Modified docker-compose.yml to use environment variables for WAHA_DASHBOARD_ENABLED and WHATSAPP_SWAGGER_ENABLED, allowing for more flexible configuration.
- Added service health dependencies for Redis and Postgres in docker-compose.yml to ensure proper service startup order.
- Updated README.md to include WAHA service URL for better user guidance.
This commit is contained in:
Yury Kossakovsky
2025-10-15 19:22:50 -06:00
parent 5429ba4324
commit d0ac21a20b
3 changed files with 9 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ if is_profile_active "waha"; then
echo
echo "Dashboard: https://${WAHA_HOSTNAME:-<hostname_not_set>}/dashboard"
echo "Swagger: https://${WAHA_HOSTNAME:-<hostname_not_set>}"
echo "Internal: http://${WAHA_HOSTNAME:-<hostname_not_set>}:3000"
echo "Internal: http://waha:3000"
echo
echo "Dashboard User: ${WAHA_DASHBOARD_USERNAME:-<not_set_in_env>}"
echo "Dashboard Pass: ${WAHA_DASHBOARD_PASSWORD:-<not_set_in_env>}"