10 lines
241 B
YAML
10 lines
241 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
app:
|
|
image: openvidu/openvidu-js-demo:2.22.0
|
|
restart: on-failure
|
|
network_mode: host
|
|
environment:
|
|
- APPLICATION_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|