Skip to content

Commit

Permalink
[mirotalksfu] - #186 fix docker compose template (thank you nazar-pc)
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 9, 2024
1 parent 31bc22b commit eb75be3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docker-compose.template.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
version: '3'

services:
mirotalksfu:
image: mirotalk/sfu:latest
build:
context: .
dockerfile: Dockerfile
container_name: mirotalksfu
hostname: mirotalksfu
restart: unless-stopped
volumes:
- ./app/src/config.js:/src/app/src/config.js:ro
# These volume is mandatory if server.recording.enabled in the app/src/config.js
# Mandatory volume if `server.recording.enabled` is true in app/src/config.js
# - ./app/rec:/src/app/rec
# These volume is mandatory if server.rtmp.enabled fromFile in the app/src/config.js
# Mandatory volume if `server.rtmp.enabled.fromFile` is true in app/src/config.js
# - ./app/rtmp:/src/app/rtmp
# These volumes are not mandatory, comment if you want to use it
# Optional volumes for real-time updates:
# - ./app/:/src/app/:ro
# - ./public/:/src/public/:ro
ports:
Expand Down

0 comments on commit eb75be3

Please sign in to comment.