Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix docker compose templates, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 9, 2024
1 parent 2d028f1 commit 75eeb0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 0 additions & 2 deletions docker-compose-mongo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
mongodblocal:
image: mongo:latest
Expand Down
7 changes: 1 addition & 6 deletions docker-compose.template.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
version: '3'

services:
mirotalkwebrtc:
image: mirotalk/webrtc:latest
build:
context: .
dockerfile: Dockerfile
container_name: mirotalkwebrtc
hostname: mirotalkwebrtc
volumes:
- .env:/src/.env:ro
- ./backend/config.js:/src/backend/config.js:ro
# These volumes are not mandatory, uncomment if you want to use it
# Optional volumes for real-time updates:
# - ./backend/:/src/backend/:ro
# - ./frontend/:/src/frontend/: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/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.25
* @version 1.1.26
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.25",
"version": "1.1.26",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -41,14 +41,14 @@
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.8.3",
"mongoose": "^8.8.4",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.3.6"
"twilio": "^5.3.7"
},
"devDependencies": {
"nodemon": "^3.1.7",
Expand Down

0 comments on commit 75eeb0a

Please sign in to comment.