This repository has been archived on 2024-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
coturn/README.md

29 lines
1 KiB
Markdown
Raw Permalink Normal View History

2023-07-13 01:14:38 +00:00
# [Coturn](https://git.sp-codes.de/sp-codes/coturn)
2021-02-14 22:12:32 +00:00
2023-12-08 00:35:09 +00:00
[![License](https://img.shields.io/badge/license-AGPL--3.0-purple)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/spcodes/coturn)](https://hub.docker.com/r/spcodes/coturn)
2021-02-14 22:12:32 +00:00
The Coturn Docker Image for [coturn.sp-codes.de](https://coturn.sp-codes.de). Supports Prometheus metrics.
2021-02-14 22:12:32 +00:00
## Usage
Example `docker-compose.yml`:
```yaml
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.
2021-02-14 22:12:32 +00:00
## License
[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0)
This project is Free Software: It is licensed under GNU AGPL v3 (See [LICENSE](LICENSE) for more information).