Skip to content

Commit

Permalink
[mirotalkbro] - 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 58cb072 commit b65deb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.0.67
* @version 1.0.68
*/

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:
mirotalk:
image: mirotalk/bro:latest
build:
context: .
dockerfile: Dockerfile
container_name: mirotalkbro
hostname: mirotalkbro
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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkbro",
"version": "1.0.67",
"version": "1.0.68",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand All @@ -27,7 +27,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 Down

0 comments on commit b65deb8

Please sign in to comment.