We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142a38c commit 9abe8a0Copy full SHA for 9abe8a0
docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
depends_on:
13
- mysql
14
- redis
15
+ - openvidu
16
deploy:
17
resources:
18
limits:
@@ -43,5 +44,14 @@ services:
43
44
45
memory: 200M
46
47
+ openvidu:
48
+ restart: always
49
+ container_name: concoder-openvidu
50
+ image: openvidu/openvidu-dev:2.27.0
51
+ ports:
52
+ - 4443:4443
53
+ environment:
54
+ OPENVIDU_SECRET: ${OPENVIDU_SECRET}
55
+
56
volumes:
57
concoder-volume:
0 commit comments