mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-18 16:45:12 +00:00
b089169270
1. Official image has been pushed to Docker Hub. 2. Updated the docker-compose YAML file to reference the official image. Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
20 lines
420 B
Bash
Executable File
20 lines
420 B
Bash
Executable File
# Images
|
|
GLKVM_IMAGE=glzhitong/glkvm-cloud:latest
|
|
COTURN_IMAGE=coturn/coturn:edge-alpine
|
|
|
|
# GLKVM access IP seen by devices/users.
|
|
# Leave empty to auto-detect at container start.
|
|
GLKVM_ACCESS_IP=
|
|
|
|
# rttys
|
|
RTTYS_TOKEN=DeviceTokenYouCanChangeMe
|
|
RTTYS_PASS=StrongP@ssw0rd
|
|
RTTYS_DEVICE_PORT=5912
|
|
RTTYS_WEBUI_PORT=443
|
|
RTTYS_HTTP_PROXY_PORT=10443
|
|
|
|
# TURN
|
|
TURN_PORT=3478
|
|
TURN_USER=glkvmcloudwebrtcuser
|
|
TURN_PASS=AnotherS3cret
|