Skip to content
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

Adds a Reverb Service #369

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Adds a Reverb Service #369

merged 3 commits into from
Jan 3, 2025

Conversation

tonysm
Copy link
Contributor

@tonysm tonysm commented Dec 19, 2024

Changes

  • Adds a Laravel Reverb service, similar to our Soketi offer. By default, we're using the same ports and configs as the current Soketi option, so Reverb should be a drop-in replacement for that.

It starts the WebSockets server on port 6001. The Pulse dashboard starts on port 9601 (same as the metrics dashboard on Soketi).

The Reverb service uses our own custom Takeout Reverb Server Docker image, since Reverb doesn't have an official image. That image is not suited for production, but works fine for our use case here.

closes #345

@tonysm tonysm merged commit 49f599d into main Jan 3, 2025
11 checks passed
@tonysm tonysm deleted the tm/laravel-reverb branch January 3, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Laravel Reverb service
2 participants