mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Update mgmt binary name and config doc (#75)
* using wiretrustee-mgmt for binary name * using wiretrustee-mgmt * updated documentation and compose files to use config.json
This commit is contained in:
24
infrastructure_files/config.json
Normal file
24
infrastructure_files/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"Stuns": [
|
||||
{
|
||||
"Proto": "udp",
|
||||
"URI": "stun:stun.wiretrustee.com:3468",
|
||||
"Username": "",
|
||||
"Password": null
|
||||
}
|
||||
],
|
||||
"Turns": [
|
||||
{
|
||||
"Proto": "udp",
|
||||
"URI": "turn:stun.wiretrustee.com:3468",
|
||||
"Username": "some_turn_user",
|
||||
"Password": "some_turn_passwd"
|
||||
}
|
||||
],
|
||||
"Signal": {
|
||||
"Proto": "http",
|
||||
"URI": "signal.wiretrustee.com:10000",
|
||||
"Username": "",
|
||||
"Password": null
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- wiretrustee-mgmt:/var/lib/wiretrustee
|
||||
- ./config.json:/etc/wiretrustee/config.json
|
||||
ports:
|
||||
- 33073:33073
|
||||
# # port and command for Let's Encrypt validation
|
||||
|
||||
Reference in New Issue
Block a user