mapletree/lxc3/rustdesk/rustdesk-hbbr-relayserver.yml
admin 100ef17639
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
update rustdesk for deployment and variable
2026-02-12 06:09:34 -07:00

12 lines
360 B
YAML

services:
hbbr: # Relay Server
container_name: hbbr
image: rustdesk/rustdesk-server:latest
command: hbbr
volumes:
- /docker/rustdesk/data:/data
network_mode: host # REQUIRED if hbbs is on host network
environment:
- KEY_PRIVATE=${RUSTDESK_PRIVATE_KEY}
- KEY_PUBLIC=${RUSTDESK_PUBLIC_KEY}
restart: unless-stopped