This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SUMMARY: | |
| # This Docker Compose file sets up a Rustdesk self-hosted server with two components: | |
| # 1. Signaling server (hbbs) | |
| # 2. Relay server (hbbr) | |
| # | |
| # Key Features: | |
| # - Integrated with Traefik for HTTPS routing and automatic SSL via Let's Encrypt. | |
| # - Uses external 'traefik' network for reverse proxy. | |
| # - WebSocket connections work out of the box (no manual server file edits needed). |