https://github.com/ananace/docker-coturn
Coturn docker image specialized for Kubernetes usage
https://github.com/ananace/docker-coturn
Last synced: 4 months ago
JSON representation
Coturn docker image specialized for Kubernetes usage
- Host: GitHub
- URL: https://github.com/ananace/docker-coturn
- Owner: ananace
- License: mit
- Created: 2018-06-29T19:10:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T05:08:03.000Z (over 6 years ago)
- Last Synced: 2025-04-23T03:02:52.411Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# A simple coturn container image
Designed for use in K8s, with simplified access to the downwards API through environment expansion in the config file
### Configuration
The launch script will run a shell variable expansion pass on your configuration file, which means values that need to contain literal `$`-signs will have to be escaped.
### Environment variables
If you don't want / need a full configuration file, you can also set a handful of environment variabls to configure common features;
- `EXTERNAL_IP` - Sets `external-ip` in the config.
- `INTERNAL_IP` - TOnly used if `EXTERNAL_IP` is also set, also used for `external-ip`.
- `PORT` - Sets the `listening-port` directive.
- `MIN_PORT` - Sets the `min-port` directive.
- `MAX_PORT` - Sets the `max-port` directive.
- `AUTH_SECRET` - Enables and configures secret-based auth in the config, sets; `lt-cred-mech`, `use-auth-secret`, and `static-auth-secret`.
- `REALM` - Sets the `realm` directive.
- `EXTRA_CONFIG` - Allows you to add a block of text that's added directly to the config file.