2026-05-08 10:39:03 +00:00
|
|
|
{
|
|
|
|
|
"image": "rustdesk/rustdesk-server-s6:latest",
|
|
|
|
|
"port": 21116,
|
|
|
|
|
"envVars": [
|
|
|
|
|
{
|
|
|
|
|
"key": "RELAY",
|
2026-05-08 16:24:45 +00:00
|
|
|
"value": "${SERVICE_DOMAIN}:21116",
|
2026-05-08 10:39:03 +00:00
|
|
|
"description": "Public RustDesk relay address advertised to clients",
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "ENCRYPTED_ONLY",
|
|
|
|
|
"value": "0",
|
|
|
|
|
"description": "Set to 1 to require encrypted client connections only"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|