Skip to content

Commit 6d94e24

Browse files
committed
Update jar and docker images
1 parent 82eb0d2 commit 6d94e24

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docker/build/OpenViduTeaching.jar

-34.8 KB
Binary file not shown.

docker/composed/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ services:
1616
ports:
1717
- "8080:8080"
1818
environment:
19-
OPENVIDU_URL: https://${OPENVIDU_SERVER_IP}:4443/
19+
OPENVIDU_URL: https://${DOMAIN_OR_PUBLIC_IP}:4443/
2020
OPENVIDU_SECRET: ${OPENVIDU_SECRET}
2121
INITIAL_DATA_FILE: ${DOCKER_INITIAL_FILE_PATH}

docker/standalone/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ command=/bin/bash /kms.sh
99
redirect_stderr=true
1010

1111
[program:openvidu-server]
12-
command=/bin/bash -c "java -jar -Dspring.profiles.active=docker /openvidu-server.jar"
12+
command=/bin/bash -c "java -jar -Dspring.config.additional-location=classpath:/application-container.properties /openvidu-server.jar"
1313
redirect_stderr=true
1414

1515
[program:OpenViduTeaching]

0 commit comments

Comments
 (0)