Coturn Docker Image for coturn.sp-codes.de
Samuel Philipp
40bca008c9
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 2m52s
|
||
---|---|---|
.forgejo/workflows | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |
Coturn
The Coturn Docker Image for coturn.sp-codes.de. Supports Prometheus metrics.
Usage
Example docker-compose.yml
:
services:
coturn:
image: cr.sp-codes.de/sp-codes/coturn
restart: always
volumes:
- ./turnserver.conf:/etc/turnserver.conf:ro
- ./certificates:/certificates:ro
network_mode: host
Adjust the turnserver.conf
to your needs (https://github.com/coturn/coturn/blob/master/docs/Configuration.md). If you have enabled prometheus
you can get the metrics with http://localhost:9641/metrics.
License
This project is Free Software: It is licensed under GNU AGPL v3 (See LICENSE for more information).