Skip to content

Instantly share code, notes, and snippets.

View alpsware's full-sized avatar

Alpsware GmbH alpsware

View GitHub Profile
@alpsware
alpsware / docker-compose.yml
Last active December 30, 2025 06:29
Rustdesk Websockets Docker Compose Configuration with Traefik
# 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).