Skip to content

Commit

Permalink
feat: added docker compose with janus image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Feb 8, 2024
1 parent 42702c5 commit 141b679
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '2.1'

services:
janus-gateway:
name: janus-server
image: 'canyan/janus-gateway:latest'
command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"]
ports:
- "7088:7088"
- "7089:7089"
- "8000:8000"
- "8088:8088"
- "8089:8089"
- "8188:8188"
- "8889:8889"
restart: always

0 comments on commit 141b679

Please sign in to comment.