Skip to content

Commit 58b8673

Browse files
committed
deploy: docker-compose.yml에 openvidu 서비스를 추가
1 parent 142a38c commit 58b8673

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
depends_on:
1313
- mysql
1414
- redis
15+
- openvidu
1516
deploy:
1617
resources:
1718
limits:
@@ -43,5 +44,14 @@ services:
4344
limits:
4445
memory: 200M
4546

47+
openvidu:
48+
restart: always
49+
container_name: concoder-openvidu
50+
image: openvidu/openvidu-dev:2.26.0
51+
ports:
52+
- 4443:4443
53+
environment:
54+
OPENVIDU_SECRET: ${OPENVIDU_SECRET}
55+
4656
volumes:
4757
concoder-volume:

0 commit comments

Comments
 (0)