[mirotalk] - update docker compose template & dep
This commit is contained in:
+1
-1
@@ -45,7 +45,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.5.44
|
||||
* @version 1.5.45
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -3,6 +3,9 @@ services:
|
||||
image: mirotalk/p2p:latest
|
||||
container_name: mirotalk
|
||||
hostname: mirotalk
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${PORT}:${PORT}'
|
||||
volumes:
|
||||
- ./.env:/src/.env:ro
|
||||
# Rebranding:
|
||||
@@ -10,9 +13,6 @@ services:
|
||||
# Optional volumes for real-time updates:
|
||||
# - ./app/:/src/app/:ro
|
||||
# - ./public/:/src/public/:ro
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${PORT}:${PORT}'
|
||||
# Uncomment below, remove "ports:" section above and configure labels as
|
||||
# needed for LetsEncrypt TLS certificates with Traefik.
|
||||
# See https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/
|
||||
|
||||
Generated
+21
-21
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.5.44",
|
||||
"version": "1.5.45",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mirotalk",
|
||||
"version": "1.5.44",
|
||||
"version": "1.5.45",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@mattermost/client": "10.8.0",
|
||||
"@ngrok/ngrok": "1.5.1",
|
||||
"@sentry/node": "^9.40.0",
|
||||
"@sentry/node": "^9.41.0",
|
||||
"axios": "^1.11.0",
|
||||
"chokidar": "^4.0.3",
|
||||
"colors": "^1.4.0",
|
||||
@@ -1037,18 +1037,18 @@
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@sentry/core": {
|
||||
"version": "9.40.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-9.40.0.tgz",
|
||||
"integrity": "sha512-cZkuz6BDna6VXSqvlWnrRsaDx4QBKq1PcfQrqhVz8ljs0M7Gcl+Mtj8dCzUxx12fkYM62hQXG72DEGNlAQpH/Q==",
|
||||
"version": "9.41.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-9.41.0.tgz",
|
||||
"integrity": "sha512-e7fnoSx7650s7va3IVC3DlZp37iYY8hvcmHiyygi2ikCYtwtag8yP3a59wPRCyl1pu4xWQ4rXV1JgYWFiUIRhg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node": {
|
||||
"version": "9.40.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-9.40.0.tgz",
|
||||
"integrity": "sha512-8bVWChXzGH4QmbVw+H/yiJ6zxqPDhnx11fEAP+vpL1UBm1cAV67CoB4eS7OqQdPC8gF/BQb2sqF0TvY/12NPpA==",
|
||||
"version": "9.41.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-9.41.0.tgz",
|
||||
"integrity": "sha512-/47btTxA7TqGcBRNn47D8NExwfRfCUpeybfnxvWoATP//RcY4pN9BK/Oy3dCt76N5aEUJaOer9bNYfXZZ4E1Xg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
@@ -1081,9 +1081,9 @@
|
||||
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
||||
"@opentelemetry/semantic-conventions": "^1.34.0",
|
||||
"@prisma/instrumentation": "6.11.1",
|
||||
"@sentry/core": "9.40.0",
|
||||
"@sentry/node-core": "9.40.0",
|
||||
"@sentry/opentelemetry": "9.40.0",
|
||||
"@sentry/core": "9.41.0",
|
||||
"@sentry/node-core": "9.41.0",
|
||||
"@sentry/opentelemetry": "9.41.0",
|
||||
"import-in-the-middle": "^1.14.2",
|
||||
"minimatch": "^9.0.0"
|
||||
},
|
||||
@@ -1101,13 +1101,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node/node_modules/@sentry/node-core": {
|
||||
"version": "9.40.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-9.40.0.tgz",
|
||||
"integrity": "sha512-97JONDa8NxItX0Cz5WQPMd1gQjzodt38qQ0OzZNFvYg2Cpvxob8rxwsNA08Liu7B97rlvsvqMt+Wbgw8SAMfgQ==",
|
||||
"version": "9.41.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-9.41.0.tgz",
|
||||
"integrity": "sha512-oUBmjWUGdL9HeQg7E6lBGv+8cjRP5zgbiXBHx7uYbe0Z8N17X77dYhUFlcbWUVsLJoWfnuz6YNW5eoU6SMjF2Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@sentry/core": "9.40.0",
|
||||
"@sentry/opentelemetry": "9.40.0",
|
||||
"@sentry/core": "9.41.0",
|
||||
"@sentry/opentelemetry": "9.41.0",
|
||||
"import-in-the-middle": "^1.14.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -1124,12 +1124,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/node/node_modules/@sentry/opentelemetry": {
|
||||
"version": "9.40.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-9.40.0.tgz",
|
||||
"integrity": "sha512-POQ/ZFmBbi15z3EO9gmTExpxCfW0Ug+WooA8QZPJaizo24gcF5AMOgwuGFwT2YLw/2HdPWjPUPujNNGdCWM6hw==",
|
||||
"version": "9.41.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-9.41.0.tgz",
|
||||
"integrity": "sha512-EzkZrPgiZM28gYeLn1IyqfteGBpJpfObW7x+UBhcufX1m2l9bwbIl88WgzwZRhI9fN2HAls4pZ2gweMTiXoVjw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@sentry/core": "9.40.0"
|
||||
"@sentry/core": "9.41.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.5.44",
|
||||
"version": "1.5.45",
|
||||
"description": "A free WebRTC browser-based video call",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"dependencies": {
|
||||
"@mattermost/client": "10.8.0",
|
||||
"@ngrok/ngrok": "1.5.1",
|
||||
"@sentry/node": "^9.40.0",
|
||||
"@sentry/node": "^9.41.0",
|
||||
"axios": "^1.11.0",
|
||||
"chokidar": "^4.0.3",
|
||||
"colors": "^1.4.0",
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@ let brand = {
|
||||
},
|
||||
about: {
|
||||
imageUrl: '../images/mirotalk-logo.gif',
|
||||
title: 'WebRTC P2P v1.5.44',
|
||||
title: 'WebRTC P2P v1.5.45',
|
||||
html: `
|
||||
<button
|
||||
id="support-button"
|
||||
|
||||
+2
-2
@@ -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.5.44
|
||||
* @version 1.5.45
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -11236,7 +11236,7 @@ function showAbout() {
|
||||
Swal.fire({
|
||||
background: swBg,
|
||||
position: 'center',
|
||||
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.44',
|
||||
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.45',
|
||||
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
|
||||
customClass: { image: 'img-about' },
|
||||
html: `
|
||||
|
||||
Reference in New Issue
Block a user