Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 553a444c6a | |||
| 2512a52f64 |
BIN
data/db_v2.sqlite3
Normal file
BIN
data/db_v2.sqlite3
Normal file
Binary file not shown.
BIN
data/db_v2.sqlite3-shm
Normal file
BIN
data/db_v2.sqlite3-shm
Normal file
Binary file not shown.
BIN
data/db_v2.sqlite3-wal
Normal file
BIN
data/db_v2.sqlite3-wal
Normal file
Binary file not shown.
1
data/id_ed25519
Normal file
1
data/id_ed25519
Normal file
@ -0,0 +1 @@
|
||||
lpRqxkatpJmOK0R5HkdL/udW09TWDBCDTi5aNIMUQFIYKf6wV/BlEbd7V6ou6MwKiYeJVNkHOyxCZ6IIsDBgGA==
|
||||
1
data/id_ed25519.pub
Normal file
1
data/id_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
GCn+sFfwZRG3e1eqLujMComHiVTZBzssQmeiCLAwYBg=
|
||||
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
rustdesk-hbbs:
|
||||
@ -18,6 +18,12 @@ services:
|
||||
- rustdesk-hbbr
|
||||
networks:
|
||||
- rustdesk-net
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
|
||||
rustdesk-hbbr:
|
||||
image: rustdesk/rustdesk-server:latest
|
||||
@ -31,7 +37,13 @@ services:
|
||||
- ./data:/root
|
||||
networks:
|
||||
- rustdesk-net
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
|
||||
networks:
|
||||
rustdesk-net:
|
||||
external: false
|
||||
external: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user