Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 977 Bytes

File metadata and controls

30 lines (19 loc) · 977 Bytes

About this Repo

This is the Git repo of the Docker image for janus-gateway. It uses Debian buster as its base and tries to check the integrity for all of the dependencies used.

Service Configuration

There are multiple ways to set Janus server configuration.

  • Use a custom config file in /usr/local/etc/janus. The entry point will automatically expand any environmental variables found in configuration files in this directory.

  • Set options directly on the run line. The entry point will pass all arguments you pass to it to the janus executable.

Master

There is a branch in this repository called janus-master which is mapped to the master tag. These images are built without verifying the integrity of the source.

Resources

There are alternative Docker Image packaging of Janus out there.

  • krull -- flexible and based on Debian jessie