2022-08-24 13:03:15 +02:00

11 lines
298 B
YAML

version: '3.1'
services:
app:
image: openvidu/openvidu-basic-webinar-demo:2.18.0
restart: on-failure
network_mode: host
environment:
- SERVER_PORT=5442
- OPENVIDU_URL=http://localhost:5443
- OPENVIDU_SECRET=${OPENVIDU_SECRET}