mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-08 07:41:41 +08:00
add network mode to turn container
This commit is contained in:
parent
d9972458de
commit
019d0c9cc2
1 changed files with 2 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ services:
|
|||
turn:
|
||||
container_name: turn
|
||||
image: gravitl/turnserver:v1.0.0
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- turn_server:/etc/config
|
||||
environment:
|
||||
|
|
@ -97,7 +98,7 @@ services:
|
|||
CORS_ALLOWED_ORIGIN: "*"
|
||||
TURN_SERVER_HOST: "turn.NETMAKER_BASE_DOMAIN"
|
||||
USERNAME: "REPLACE_USERNAME"
|
||||
PASSWORD: "REPLACE_PASSWORD
|
||||
PASSWORD: "REPLACE_PASSWORD"
|
||||
volumes:
|
||||
caddy_data: {}
|
||||
caddy_conf: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue