[mirotalk] - fix docker compose template yml, update dep

This commit is contained in:
Miroslav Pejic
2024-12-09 09:22:46 +01:00
parent 5db6555fc4
commit e53a958a1b
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.95
* @version 1.3.96
*
*/
+6 -4
View File
@@ -2,15 +2,17 @@ version: '3'
services:
mirotalk:
# Use the pre-built image from Docker Hub (uncomment to use this option)
image: mirotalk/p2p:latest
build:
context: .
dockerfile: Dockerfile
# Uncomment the following lines to build the image locally instead
# build:
# context: .
# dockerfile: Dockerfile
container_name: mirotalk
hostname: mirotalk
volumes:
- .env:/src/.env:ro
# These volumes are not mandatory, uncomment if you want to use it
# Optional volumes for real-time updates:
# - ./app/:/src/app/:ro
# - ./public/:/src/public/:ro
restart: unless-stopped
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.95",
"version": "1.3.96",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -49,13 +49,13 @@
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express": "^4.21.2",
"express-openid-connect": "^2.17.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"openai": "^4.75.0",
"openai": "^4.76.0",
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.95
* @version 1.3.96
*
*/
@@ -10598,7 +10598,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.95</strong>',
title: '<strong>WebRTC P2P v1.3.96</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },