OPENVIDU_URL is used properly in docker images serving nginx static insecure tutorials. Before, location.hostname was always used
11 lines
296 B
YAML
11 lines
296 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
app:
|
|
image: openvidu/openvidu-insecure-js-demo:2.18.0
|
|
restart: on-failure
|
|
network_mode: host
|
|
environment:
|
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|