mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
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:
@@ -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>}"
|
||||
|
||||
Reference in New Issue
Block a user