Skip to content

Commit

Permalink
[mirotalkc2c] - fix docker compose template, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 9, 2024
1 parent b8da9e3 commit e5a6138
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
* @author Miroslav Pejic - [email protected]
* @version 1.1.44
* @version 1.1.45
*/

require('dotenv').config();
Expand Down
7 changes: 1 addition & 6 deletions docker-compose.template.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
version: '3'

services:
mirotalkc2c:
image: mirotalk/c2c:latest
build:
context: .
dockerfile: Dockerfile
container_name: mirotalkc2c
hostname: mirotalkc2c
volumes:
- .env:/src/.env:ro
# These volumes are not mandatory, uncomment if you want to use it
# Optional volumes for real-time updates:
# - ./frontend/:/src/frontend/:ro
# - ./backend/:/src/backend/:ro
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
* @author Miroslav Pejic - [email protected]
* @version 1.1.44
* @version 1.1.45
*/

const roomId = new URLSearchParams(window.location.search).get('room');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkc2c",
"version": "1.1.44",
"version": "1.1.45",
"description": "A free WebRTC Cam-2-Cam browser-based video calls",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"compression": "^1.7.5",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express": "^4.21.2",
"express-openid-connect": "^2.17.1",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
Expand All @@ -54,6 +54,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"prettier": "3.4.1"
"prettier": "3.4.2"
}
}

0 comments on commit e5a6138

Please sign in to comment.