fix: enable WS_FALLBACK and WS_SERVER for PairDrop device discovery

Enabled WebSocket server and fallback to help with device discovery
when devices appear to have the same public IP through the proxy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-06 22:09:14 +01:00
parent 9b43b75480
commit 908287b844

View File

@@ -10,7 +10,8 @@ services:
PGID: 1000
TZ: ${TIMEZONE:-Europe/Berlin}
RATE_LIMIT: true
WS_FALLBACK: false
WS_FALLBACK: true
WS_SERVER: true
RTC_CONFIG: /rtc_config.json
DEBUG_MODE: true
networks: