update rustdesk for deployment and variable
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
This commit is contained in:
parent
07e75df74f
commit
100ef17639
2 changed files with 8 additions and 8 deletions
|
|
@ -2,11 +2,11 @@ services:
|
||||||
hbbr: # Relay Server
|
hbbr: # Relay Server
|
||||||
container_name: hbbr
|
container_name: hbbr
|
||||||
image: rustdesk/rustdesk-server:latest
|
image: rustdesk/rustdesk-server:latest
|
||||||
command: hbbr -k _
|
command: hbbr
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/rustdesk/data:/root
|
- /docker/rustdesk/data:/data
|
||||||
network_mode: host # REQUIRED if hbbs is on host network
|
network_mode: host # REQUIRED if hbbs is on host network
|
||||||
environment:
|
environment:
|
||||||
- KEY_PRIVATE=C+8aYs5uf3/Fl78CqcS5aRcl6DjTOfRAL4HVeDQnHiWsw+Zk84oIsmN2UFuw35OWUEYl3nL7mjiq08nt811i6g==
|
- KEY_PRIVATE=${RUSTDESK_PRIVATE_KEY}
|
||||||
- KEY_PUBLIC=rMPmZPOKCLJjdlBbsN+TllBGJd5y+5o4qtPJ7fNdYuo=
|
- KEY_PUBLIC=${RUSTDESK_PUBLIC_KEY}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@ services:
|
||||||
hbbs: # ID Server
|
hbbs: # ID Server
|
||||||
container_name: hbbs
|
container_name: hbbs
|
||||||
image: rustdesk/rustdesk-server:latest
|
image: rustdesk/rustdesk-server:latest
|
||||||
command: hbbs -r rustdesk.mapletree.email:21117 -k _
|
command: hbbs -r rustdesk.mapletree.email:21117
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/rustdesk/data:/root
|
- /docker/rustdesk/data:/data
|
||||||
network_mode: host # REQUIRED for best performance/hole-punching
|
network_mode: host # REQUIRED for best performance/hole-punching
|
||||||
environment:
|
environment:
|
||||||
- KEY_PRIVATE=C+8aYs5uf3/Fl78CqcS5aRcl6DjTOfRAL4HVeDQnHiWsw+Zk84oIsmN2UFuw35OWUEYl3nL7mjiq08nt811i6g==
|
- KEY_PRIVATE=${RUSTDESK_PRIVATE_KEY}
|
||||||
- KEY_PUBLIC=rMPmZPOKCLJjdlBbsN+TllBGJd5y+5o4qtPJ7fNdYuo=
|
- KEY_PUBLIC=${RUSTDESK_PUBLIC_KEY}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue